Thread: pgsql: Make object_address test output easier to update

pgsql: Make object_address test output easier to update

From
Peter Eisentraut
Date:
Make object_address test output easier to update

The object_address test file turns to psql unaligned output for some
tests to avoid huge diffs for changes.  But this is useful also to the
other large test in that file, so apply it there as well.  This also
makes verifying the null and whitespace behavior easier.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/d8678aba2ee5969e6d2351c5361d488fc51c975f

Modified Files
--------------
src/test/regress/expected/object_address.out | 114 +++++++++++++--------------
src/test/regress/sql/object_address.sql      |  12 +--
2 files changed, 62 insertions(+), 64 deletions(-)