pgsql: Fix _outConstraint() for "identity" constraints

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема pgsql: Fix _outConstraint() for "identity" constraints
Дата
Msg-id E1oMOY6-000O8z-RC@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Fix _outConstraint() for "identity" constraints

The set of fields printed by _outConstraint() in the CONSTR_IDENTITY
case didn't match the set of fields actually used in that case.  (The
code was probably uncarefully copied from the CONSTR_DEFAULT case.)
Fix that by using the right set of fields.  Since there is no read
support for this node type, this is really just for debugging output
right now, so it doesn't affect anything important.

Branch
------
master

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

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


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

Предыдущее
От: Amit Kapila
Дата:
Сообщение: pgsql: Back-Patch "Add wait_for_subscription_sync for TAP tests."
Следующее
От: Alvaro Herrera
Дата:
Сообщение: pgsql: Reject MERGE in CTEs and COPY