Add missing fields to _outConstraint()
authorPeter Eisentraut <[email protected]>
Sat, 13 Aug 2022 08:32:38 +0000 (10:32 +0200)
committerPeter Eisentraut <[email protected]>
Sat, 13 Aug 2022 08:37:53 +0000 (10:37 +0200)
commit8b2638fdd4ac87052afb5ebc0d3251bb1ace4bcb
tree0f99d1f5bdb4f8447183dc34c33bbe1b0f73fa40
parent8e40d16e954195c7bce7070a26174fcca3164882
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.
src/backend/nodes/outfuncs.c