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

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Fix -e option in contrib/intarray/bench/bench.pl.
Дата
Msg-id E1ba6sP-0005Ze-AW@gemulon.postgresql.org
обсуждение исходный текст
Список 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@yesql.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(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Fix -e option in contrib/intarray/bench/bench.pl.
Следующее
От: Andres Freund
Дата:
Сообщение: pgsql: Properly re-initialize replication slot shared memory upon creat