diff options
author | Peter Eisentraut <peter@eisentraut.org> | 2022-08-12 08:17:30 +0200 |
---|---|---|
committer | Peter Eisentraut <peter@eisentraut.org> | 2022-08-12 08:17:30 +0200 |
commit | e7a552f303c56788d52ca4e46490236845662734 (patch) | |
tree | 4257002eaed7a22ce716a9926443d693b92797dc /src/backend/commands/dbcommands.c | |
parent | 34dffa0224bd34e0fa27b464f1821c9c43f07703 (diff) | |
download | postgresql-e7a552f303c56788d52ca4e46490236845662734.tar.gz postgresql-e7a552f303c56788d52ca4e46490236845662734.zip |
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.
Diffstat (limited to 'src/backend/commands/dbcommands.c')
0 files changed, 0 insertions, 0 deletions