pgsql: Make object_address test output easier to update - Mailing list pgsql-committers

From Peter Eisentraut
Subject pgsql: Make object_address test output easier to update
Date
Msg-id E1ow2yq-000koW-Cl@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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(-)


pgsql-committers by date:

Previous
From: Andrew Dunstan
Date:
Subject: pgsql: Fix version comparison in Version.pm
Next
From: Tom Lane
Date:
Subject: pgsql: Don't read MCV stats needlessly in eqjoinsel().