pgsql: Make object_address test output easier to update

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема pgsql: Make object_address test output easier to update
Дата
Msg-id E1ow2yq-000koW-Cl@gemulon.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Andrew Dunstan
Дата:
Сообщение: pgsql: Fix version comparison in Version.pm
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Don't read MCV stats needlessly in eqjoinsel().