forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit3f4069c
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 parente082ef9 commit3f4069c
1 file changed
+1
-2
lines changedLines changed: 1 addition & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3672 | 3672 |
| |
3673 | 3673 |
| |
3674 | 3674 |
| |
3675 |
| - | |
3676 |
| - | |
| 3675 | + | |
3677 | 3676 |
| |
3678 | 3677 |
| |
3679 | 3678 |
| |
|
0 commit comments
Comments
(0)