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

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

  1. pgbench: Remove duplicate entries from table of builtin functions.