Make test_decoding ddl.out shorter
authorAlvaro Herrera <[email protected]>
Mon, 24 Jul 2023 15:48:06 +0000 (17:48 +0200)
committerAlvaro Herrera <[email protected]>
Mon, 24 Jul 2023 15:48:06 +0000 (17:48 +0200)
commitd6677b93c79b19bf3772cb32fcea0a77d8520db9
treedbd467a7fd09eb378e9989edfb7ebe3458f628b6
parent6061adedf53cbe0f94a52dd02465abf8c7c9fb43
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[email protected]
contrib/test_decoding/expected/ddl.out
contrib/test_decoding/sql/ddl.sql