]> 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:57 +0000 (10:37 +0200)
commit5dfb9583101069e87a784db47fd99ada8ac8d6b7
treead409378f2793728b8aa71c5cdcbecef63bfc21d
parentd0dde35ee713c7afcd24653e2cececbdf3ede0bf
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