]> granicus.if.org Git - postgresql/commit
Fix -e option in contrib/intarray/bench/bench.pl.
authorTom Lane <tgl@sss.pgh.pa.us>
Wed, 17 Aug 2016 19:51:10 +0000 (15:51 -0400)
committerTom Lane <tgl@sss.pgh.pa.us>
Wed, 17 Aug 2016 19:51:10 +0000 (15:51 -0400)
commit509815ed782cd34b4b38e79431f6d7d0c8b25223
treecce39f32e1fc34a8d7a19fe74faf67c05d981e99
parent7f35949aaf6feadb79450808af07d9aabd338b14
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