Make test_decoding ddl.out shorter

Alvaro Herrera <alvherre@alvh.no-ip.org>

Commit: 3bb8b9342f8abe81af47ff7e5217865107cc15b3
Author: Alvaro Herrera <alvherre@alvh.no-ip.org>
Date: 2023-07-24T15:48:06Z
Releases: 15.4
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

Files

PathChange+/−
contrib/test_decoding/expected/ddl.out modified +158 −158
contrib/test_decoding/sql/ddl.sql modified +6 −0

Discussion