pgsql: Add missing fields to _outConstraint()
pgsql: Add missing fields to _outConstraint()
От:
Peter Eisentraut <peter@eisentraut.org>
Дата:
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_14_STABLE Details ------- https://git.postgresql.org/pg/commitdiff/2db574a2184e5e6ae289e48079e8523c9cbdc8c4 Modified Files -------------- src/backend/nodes/outfuncs.c | 2 ++ 1 file changed, 2 insertions(+)