Files
postgresql/src
Peter Eisentraut 6bd18f176b Fix _outConstraint() for "identity" constraints
The set of fields printed by _outConstraint() in the CONSTR_IDENTITY
case didn't match the set of fields actually used in that case.  (The
code was probably uncarefully copied from the CONSTR_DEFAULT case.)
Fix that by using the right set of fields.  Since there is no read
support for this node type, this is really just for debugging output
right now, so it doesn't affect anything important.
2022-08-12 08:52:14 +02:00
..
2022-08-08 12:39:52 +02:00
2022-08-08 16:50:46 -04:00
2022-08-08 12:39:52 +02:00
2022-08-08 16:50:46 -04:00