forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit13f2db2
committed
Handle AT_ReAddComment in test_ddl_deparse, and add a catch-all default.
In the passing, also move AT_ReAddComment to more logical position in theenum, after all the Constraint-related subcommands.This fixes a compiler warning, added by commite42375f. Backpatch to 9.5,like that patch.1 parent9aa6634 commit13f2db2
File tree
2 files changed
+6
-1
lines changed- src
- include/nodes
- test/modules/test_ddl_deparse
2 files changed
+6
-1
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1474 | 1474 |
| |
1475 | 1475 |
| |
1476 | 1476 |
| |
1477 |
| - | |
1478 | 1477 |
| |
1479 | 1478 |
| |
1480 | 1479 |
| |
| |||
1483 | 1482 |
| |
1484 | 1483 |
| |
1485 | 1484 |
| |
| 1485 | + | |
1486 | 1486 |
| |
1487 | 1487 |
| |
1488 | 1488 |
| |
|
Lines changed: 5 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
151 | 151 |
| |
152 | 152 |
| |
153 | 153 |
| |
| 154 | + | |
| 155 | + | |
| 156 | + | |
154 | 157 |
| |
155 | 158 |
| |
156 | 159 |
| |
| |||
253 | 256 |
| |
254 | 257 |
| |
255 | 258 |
| |
| 259 | + | |
| 260 | + | |
256 | 261 |
| |
257 | 262 |
| |
258 | 263 |
| |
|
0 commit comments
Comments
(0)