1
0
mirror of https://github.com/postgres/postgres.git synced 2025-06-13 07:41:39 +03:00

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
This commit is contained in:
Alvaro Herrera
2023-07-24 17:48:06 +02:00
parent 6061adedf5
commit d6677b93c7
2 changed files with 164 additions and 158 deletions

File diff suppressed because one or more lines are too long