Thread
Commits
-
pgbench: Remove duplicate entries from table of builtin functions.
- 14ca287bcf32 11.0 landed
- 3214463228f4 12.0 landed
-
pgbench - remove double declaration of hash functions
Fabien COELHO <coelho@cri.ensmp.fr> — 2018-07-22T23:14:53Z
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.
-
Re: pgbench - remove double declaration of hash functions
Robert Haas <robertmhaas@gmail.com> — 2018-07-23T16:03:15Z
On Sun, Jul 22, 2018 at 7:14 PM, Fabien COELHO <coelho@cri.ensmp.fr> wrote: > 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. Good catch. Committed and back-patched. -- Robert Haas EnterpriseDB: http://www.enterprisedb.com The Enterprise PostgreSQL Company