mirror of
https://github.com/zebrajr/postgres.git
synced 2025-12-07 12:20:31 +01: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_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 */
|
/* keep as last array element */
|
||||||
{
|
{
|
||||||
NULL, 0, 0
|
NULL, 0, 0
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user