forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitf70dfbf
committed
Fix _outConstraint() for "identity" constraints
The set of fields printed by _outConstraint() in the CONSTR_IDENTITYcase didn't match the set of fields actually used in that case. (Thecode was probably uncarefully copied from the CONSTR_DEFAULT case.)Fix that by using the right set of fields. Since there is no readsupport for this node type, this is really just for debugging outputright now, so it doesn't affect anything important.1 parent5afa63f commitf70dfbf
1 file changed
+1
-2
lines changedLines changed: 1 addition & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3538 | 3538 |
| |
3539 | 3539 |
| |
3540 | 3540 |
| |
3541 |
| - | |
3542 |
| - | |
| 3541 | + | |
3543 | 3542 |
| |
3544 | 3543 |
| |
3545 | 3544 |
| |
|
0 commit comments
Comments
(0)