pgbench - remove double declaration of hash functions

From: Fabien COELHO <coelho(at)cri(dot)ensmp(dot)fr>
To: PostgreSQL Developers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: pgbench - remove double declaration of hash functions
Date: 2018-07-22 23:14:53
Message-ID: alpine.DEB.2.21.1807221822320.19939@lancre
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers


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.

Attachment Content-Type Size
pgbench-fix-func-1.patch text/plain 549 bytes

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Andres Freund 2018-07-23 00:09:37 Re: wrong query result with jit_above_cost= 0
Previous Message Alexander Korotkov 2018-07-22 22:01:38 Re: [HACKERS] Bug in to_timestamp().