pgsql: Fix -e option in contrib/intarray/bench/bench.pl.

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix -e option in contrib/intarray/bench/bench.pl.
Date: 2016-08-17 19:51:49
Message-ID: E1ba6sP-0005Ze-AW@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Fix -e option in contrib/intarray/bench/bench.pl.

As implemented, -e ran an EXPLAIN but then discarded the output, which
certainly seems pointless. Make it print to stdout instead. It's been
like that forever, so back-patch to all supported branches.

Daniel Gustafsson, reviewed by Andreas Scherbaum

Patch: <B97BDCB7-A3B3-4734-90B5-EDD586941629(at)yesql(dot)se>

Branch
------
REL9_4_STABLE

Details
-------
http://git.postgresql.org/pg/commitdiff/3fa8ec44d1b95a7ee16a43e32d2bebcdd8b54a77

Modified Files
--------------
contrib/intarray/bench/bench.pl | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Andres Freund 2016-08-17 20:22:38 pgsql: Properly re-initialize replication slot shared memory upon creat
Previous Message Tom Lane 2016-08-17 18:51:17 pgsql: Improve plpgsql's memory management to fix some function-lifespa