pgsql: Add missing fields to _outConstraint()

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема pgsql: Add missing fields to _outConstraint()
Дата
Msg-id E1oMmil-000ZKx-TJ@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Add missing fields to _outConstraint()

As of 897795240cfaaed724af2f53ed2c50c9862f951f, check constraints can
be declared invalid.  But that patch didn't update _outConstraint() to
also show the relevant struct fields (which were only applicable to
foreign keys before that).  This currently only affects debugging
output, so no impact in practice.

Branch
------
REL_11_STABLE

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

Modified Files
--------------
src/backend/nodes/outfuncs.c | 2 ++
1 file changed, 2 insertions(+)


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

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: pgsql: pg_upgrade: Fix some minor code issues
Следующее
От: Thomas Munro
Дата:
Сообщение: pgsql: Remove configure probes for sys/un.h and struct sockaddr_un.