pgsql: Make test_decoding ddl.out shorter - Mailing list pgsql-committers

From Alvaro Herrera
Subject pgsql: Make test_decoding ddl.out shorter
Date
Msg-id E1qNxvX-0017se-92@gemulon.postgresql.org
Whole thread Raw
List 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_16_STABLE

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

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 by date:

Previous
From: Alvaro Herrera
Date:
Subject: pgsql: Compare only major versions in AdjustUpgrade.pm
Next
From: Andres Freund
Date:
Subject: pgsql: Fix off-by-one in LimitAdditionalPins()