pgsql: Make EXPLAIN MERGE output format more compact

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема pgsql: Make EXPLAIN MERGE output format more compact
Дата
Msg-id E1nrMdU-001LMM-G3@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Make EXPLAIN MERGE output format more compact

We can use a single line to print all tuple counts that MERGE processed,
for conciseness, and elide those that are zeroes.  Non-text formats
report all numbers, as is typical.

Per comment from Justin Pryzby <pryzby@telsasoft.com>

Discussion: https://postgr.es/m/20220511163350.GL19626@telsasoft.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/598ac10be1c20961baac44db773eb826f788fdfa

Modified Files
--------------
src/backend/commands/explain.c      | 25 +++++++++++++++++++++----
src/test/regress/expected/merge.out | 35 ++++++++++-------------------------
2 files changed, 31 insertions(+), 29 deletions(-)


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

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: pgsql: Fix markup in synopsis
Следующее
От: Alvaro Herrera
Дата:
Сообщение: pgsql: Check column list length in XMLTABLE/JSON_TABLE alias