pgbench - remove double declaration of hash functions
Fabien COELHO <coelho@cri.ensmp.fr>
From: Fabien COELHO <coelho@cri.ensmp.fr>
To: PostgreSQL Developers <pgsql-hackers@lists.postgresql.org>
Date: 2018-07-22T23:14:53Z
Lists: pgsql-hackers
Attachments
- pgbench-fix-func-1.patch (text/plain) patch
I noticed that hash functions appear twice in the list of pgbench functions, although once is enough. The code is functional nevertheless, but it looks silly. This was added by "e51a04840a1" back in March, so should be removed from 11 and 12dev. -- Fabien.
Commits
-
pgbench: Remove duplicate entries from table of builtin functions.
- 14ca287bcf32 11.0 landed
- 3214463228f4 12.0 landed