Location via proxy:
[ UP ]
[Report a bug]
[Manage cookies]
No cookies
No scripts
No ads
No referrer
Show this form
projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1b957e5
)
pgbench: Remove duplicate entries from table of builtin functions.
author
Robert Haas
<rhaas@postgresql.org>
Mon, 23 Jul 2018 15:48:38 +0000
(11:48 -0400)
committer
Robert Haas
<rhaas@postgresql.org>
Mon, 23 Jul 2018 16:01:12 +0000
(12:01 -0400)
Fabien Coelho
Discussion: http://postgr.es/m/alpine.DEB.2.21.
1807221822320
.19939@lancre
src/bin/pgbench/exprparse.y
patch
|
blob
|
blame
|
history
diff --git
a/src/bin/pgbench/exprparse.y
b/src/bin/pgbench/exprparse.y
index 8447e14d141215de853058ab038ea07cd8fe0052..66288632d118d5469fcf0e24ec9e408ef61a2488 100644
(file)
--- a/
src/bin/pgbench/exprparse.y
+++ b/
src/bin/pgbench/exprparse.y
@@
-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