pgsql: Make test_decoding ddl.out shorter

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема pgsql: Make test_decoding ddl.out shorter
Дата
Msg-id E1qNxvX-0017sk-9w@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Make test_decoding ddl.out shorter

Some of the test_decoding test output was extremely wide, because it
deals with massive toasted values, and the aligned mode causes psql to
produce 200kB of whitespace and dashes. Change to unaligned mode
temporarily to avoid that behavior.

Backpatch to 14, where it applies cleanly.

Discussion: https://postgr.es/m/20230405103953.sxleixp3uz5lazst@alvherre.pgsql

Branch
------
REL_14_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/c5c5832600e9dfa4f690d1f4af536c3fd6d5d7e9

Modified Files
--------------
contrib/test_decoding/expected/ddl.out | 316 ++++++++++++++++-----------------
contrib/test_decoding/sql/ddl.sql      |   6 +
2 files changed, 164 insertions(+), 158 deletions(-)


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

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: pgsql: Compare only major versions in AdjustUpgrade.pm
Следующее
От: Andres Freund
Дата:
Сообщение: pgsql: Fix off-by-one in LimitAdditionalPins()