pgsql: Make object_address test output easier to update

From: Peter Eisentraut <peter(at)eisentraut(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Make object_address test output easier to update
Date: 2022-11-18 15:08:37
Message-ID: E1ow2yq-000koW-Cl@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2022-11-18 16:01:13 pgsql: Don't read MCV stats needlessly in eqjoinsel().
Previous Message Andrew Dunstan 2022-11-18 13:49:42 pgsql: Fix version comparison in Version.pm