pgsql: Make test_decoding ddl.out shorter

From: Alvaro Herrera <alvherre(at)alvh(dot)no-ip(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Make test_decoding ddl.out shorter
Date: 2023-07-24 15:56:52
Message-ID: E1qNxvX-0017sh-9R@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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_15_STABLE

Details
-------
https://git.postgresql.org/pg/commitdiff/3bb8b9342f8abe81af47ff7e5217865107cc15b3

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

Browse pgsql-committers by date

  From Date Subject
Next Message Andres Freund 2023-07-25 03:24:11 pgsql: Fix off-by-one in LimitAdditionalPins()
Previous Message Alvaro Herrera 2023-07-24 15:23:18 pgsql: Compare only major versions in AdjustUpgrade.pm