mirror of
https://github.com/postgres/postgres.git
synced 2026-04-21 22:28:15 -04:00
pgbench: Remove duplicate entries from table of builtin functions.
Fabien Coelho Discussion: http://postgr.es/m/alpine.DEB.2.21.1807221822320.19939@lancre
This commit is contained in:
parent
1b957e59b9
commit
14ca287bcf
1 changed files with 0 additions and 9 deletions
|
|
@ -366,15 +366,6 @@ static const struct
|
|||
{
|
||||
"hash_fnv1a", PGBENCH_NARGS_HASH, PGBENCH_HASH_FNV1A
|
||||
},
|
||||
{
|
||||
"hash", PGBENCH_NARGS_HASH, PGBENCH_HASH_MURMUR2
|
||||
},
|
||||
{
|
||||
"hash_murmur2", PGBENCH_NARGS_HASH, PGBENCH_HASH_MURMUR2
|
||||
},
|
||||
{
|
||||
"hash_fnv1a", PGBENCH_NARGS_HASH, PGBENCH_HASH_FNV1A
|
||||
},
|
||||
/* keep as last array element */
|
||||
{
|
||||
NULL, 0, 0
|
||||
|
|
|
|||
Loading…
Reference in a new issue