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

From Tom Lane
Subject pgsql: Fix -e option in contrib/intarray/bench/bench.pl.
Date
Msg-id [email protected]
Whole thread Raw
List 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: <[email protected]>

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/6657acc0100ec79304b868a6346db4d8eb2f6b83

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


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Fix -e option in contrib/intarray/bench/bench.pl.
Next
From: Tom Lane
Date:
Subject: pgsql: Fix -e option in contrib/intarray/bench/bench.pl.