aboutsummaryrefslogtreecommitdiff
path: root/src/backend/commands/dbcommands.c
diff options
context:
space:
mode:
authorPeter Eisentraut <peter@eisentraut.org>2022-08-12 08:17:30 +0200
committerPeter Eisentraut <peter@eisentraut.org>2022-08-12 08:17:30 +0200
commite7a552f303c56788d52ca4e46490236845662734 (patch)
tree4257002eaed7a22ce716a9926443d693b92797dc /src/backend/commands/dbcommands.c
parent34dffa0224bd34e0fa27b464f1821c9c43f07703 (diff)
downloadpostgresql-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