pgsql: Remove duplicate macro

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Remove duplicate macro
Date: 2019-03-05 14:03:57
Message-ID: E1h1Afl-0002qO-Oc@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Remove duplicate macro

The original commit appears to have accidentally introduced a
duplicate definition. Keep only one of them.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/9b1384dd6a03c6ae1db1c2f5a8e87875f2f299ca

Modified Files
--------------
src/bin/pgbench/pgbench.c | 10 ----------
1 file changed, 10 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Andrew Dunstan 2019-03-05 15:51:17 pgsql: Fix pgbench TAP test failure with funky file names (redux)
Previous Message Heikki Linnakangas 2019-03-05 13:21:02 pgsql: Scan GiST indexes in physical order during VACUUM.