Fix -e option in contrib/intarray/bench/bench.pl.
authorTom Lane
Wed, 17 Aug 2016 19:51:10 +0000 (15:51 -0400)
committerTom Lane
Wed, 17 Aug 2016 19:51:10 +0000 (15:51 -0400)
commit7baa8bfca557be7b2af148b5f9eaa34a23f817f7
tree6237b6a5d3a6a5b3aedb3672ab71bf0b244edb3d
parent41bea9904503f36b51ff94ee68edfa6b0f5cd3f8
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>
contrib/intarray/bench/bench.pl