Add missing fields to _outConstraint()
authorPeter Eisentraut <peter@eisentraut.org>
Sat, 13 Aug 2022 08:32:38 +0000 (10:32 +0200)
committerPeter Eisentraut <peter@eisentraut.org>
Sat, 13 Aug 2022 08:37:38 +0000 (10:37 +0200)
commit94478f44a4a0628efa5f7f9184f528a12475a4a1
tree74fe35cd8e87df81e8a8693588a91591f13218c3
parentc7bc39cec78da20c31861ca57a4749ca3c3cfec0
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