pgsql: pgbench: Fix mistakes in Makefile.

From: Robert Haas <rhaas(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: pgbench: Fix mistakes in Makefile.
Date: 2015-03-03 15:56:33
Message-ID: E1YSpBR-0005mS-JM@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

pgbench: Fix mistakes in Makefile.

My commit 878fdcb843e087cc1cdeadc987d6ef55202ddd04 was not quite
right. Tom Lane pointed out one of the mistakes fixed here, and I
noticed the other myself while reviewing what I'd committed.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/e5f36902495d0c8d5dee9a5f43fb45d44540f795

Modified Files
--------------
contrib/pgbench/Makefile | 13 +++----------
1 file changed, 3 insertions(+), 10 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2015-03-03 16:26:08 pgsql: Reduce json <=> jsonb casts from explicit-only to assignment lev
Previous Message Tom Lane 2015-03-03 04:28:44 pgsql: Fix busted markup.