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/[email protected] Branch ------ master Details ------- https://git.postgresql.org/pg/commitdiff/d6677b93c79b19bf3772cb32fcea0a77d8520db9 Modified Files -------------- contrib/test_decoding/expected/ddl.out | 316 ++++++++++++++++----------------- contrib/test_decoding/sql/ddl.sql | 6 + 2 files changed, 164 insertions(+), 158 deletions(-)
