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

Tom Lane <tgl@sss.pgh.pa.us>

Commit: 60bb1bb1224dc5c6d8dd8f5829f354ace74aba18
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2016-08-17T19:51:11Z
Releases: 9.2.19
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@yesql.se>

Files

PathChange+/−
contrib/intarray/bench/bench.pl modified +2 −1