aboutsummaryrefslogtreecommitdiff
path: root/src/backend/executor/nodeResult.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:52:32 +0200
commit2f65ef5c5b6ba7033bab23871925ad73d8f1e312 (patch)
treebdfafd3777a367fcb923573192c3727cee223606 /src/backend/executor/nodeResult.c
parent036642abc9fba59c0bec2b83923b943d21636811 (diff)
downloadpostgresql-2f65ef5c5b6ba7033bab23871925ad73d8f1e312.tar.gz
postgresql-2f65ef5c5b6ba7033bab23871925ad73d8f1e312.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/executor/nodeResult.c')
0 files changed, 0 insertions, 0 deletions