]> git.ipfire.org Git - thirdparty/postgresql.git/commit
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:45 +0000 (10:37 +0200)
commit2db574a2184e5e6ae289e48079e8523c9cbdc8c4
tree0fadf81c19db99b7202bfc2942c90ef0f8bf9c84
parent08c5c6d2833bfae8a27ed7ab3f66513b735321bb
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