[MASSMAIL]pgsql: psql: Make output of \dD more stable

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема [MASSMAIL]pgsql: psql: Make output of \dD more stable
Дата
Msg-id E1rwGrI-0027pQ-8T@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
psql: Make output of \dD more stable

\dD showed domain check constraints in arbitrary order, which can
cause regression test failures, which was exposed by commit
9895b35cb8.  To fix, order the constraints by conname, which matches
what psql does in other queries listing constraints.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/6ff21c05302592874b8149421711e06043b954fe

Modified Files
--------------
src/bin/psql/describe.c              | 2 +-
src/test/regress/expected/domain.out | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: [MASSMAIL]pgsql: Fix ALTER DOMAIN NOT NULL syntax
Следующее
От: Michael Paquier
Дата:
Сообщение: Re: pgsql: Move code for backend startup to separate file