mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-01-24 18:55:04 +08: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
e9a9843e13
commit
3214463228
@ -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 New Issue
Block a user