forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commite7a552f
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 parent34dffa0 commite7a552f
1 file changed
+1
-2
lines changedLines changed: 1 addition & 2 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
698 | 698 |
| |
699 | 699 |
| |
700 | 700 |
| |
701 |
| - | |
702 |
| - | |
| 701 | + | |
703 | 702 |
| |
704 | 703 |
| |
705 | 704 |
| |
|
0 commit comments
Comments
(0)