Switch EXPLAIN to unaligned output for json/xml/yaml

Use unaligned output for multiple EXPLAIN queries using non-text format
in regression tests. With aligned output adding/removing explain fields
can be very disruptive, as it often modifies the whole block because of
padding. Unaligned output does not have this issue.

Author: Tomas Vondra <[email protected]>
Reviewed-by: Melanie Plageman <[email protected]>
Reviewed-by: Lukas Fittl <[email protected]>
Reviewed-by: Andres Freund <[email protected]>
Discussion: 
https://postgr.es/m/flat/a177a6dd-240b-455a-8f25-aca0b1c08c6e%40vondra.me

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/10d5a12a93150deb15f600492bbd4e46a2212b3b

Modified Files
--------------
src/test/regress/expected/explain.out | 296 +++++++++++++++++-----------------
src/test/regress/sql/explain.sql      |   5 +-
2 files changed, 150 insertions(+), 151 deletions(-)

Reply via email to