- Notifications
You must be signed in to change notification settings - Fork28
Commit4dba331
committed
Fix CommandCounterIncrement in partition-related DDL
It makes sense to do the CCIs in the places that do catalog updates,rather than before the places that error out because the former onesfail to do it. In particular, it looks like StorePartitionBound() andIndexSetParentIndex() ought to make their own CCIs.Per review comments from Peter Eisentraut for row-level triggers onpartitioned tables.Discussion:https://postgr.es/m/20171229225319.ajltgss2ojkfd3kp@alvherre.pgsql1 parent467963c commit4dba331
3 files changed
+6
-9
lines changedLines changed: 3 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3298 | 3298 |
| |
3299 | 3299 |
| |
3300 | 3300 |
| |
| 3301 | + | |
| 3302 | + | |
| 3303 | + | |
3301 | 3304 |
| |
3302 | 3305 |
| |
3303 | 3306 |
| |
|
Lines changed: 3 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2512 | 2512 |
| |
2513 | 2513 |
| |
2514 | 2514 |
| |
| 2515 | + | |
| 2516 | + | |
| 2517 | + | |
2515 | 2518 |
| |
2516 | 2519 |
|
Lines changed: 0 additions & 9 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
864 | 864 |
| |
865 | 865 |
| |
866 | 866 |
| |
867 |
| - | |
868 |
| - | |
869 |
| - | |
870 |
| - | |
871 |
| - | |
872 |
| - | |
873 |
| - | |
874 | 867 |
| |
875 | 868 |
| |
876 | 869 |
| |
| |||
14585 | 14578 |
| |
14586 | 14579 |
| |
14587 | 14580 |
| |
14588 |
| - | |
14589 |
| - | |
14590 | 14581 |
| |
14591 | 14582 |
| |
14592 | 14583 |
| |
|
0 commit comments
Comments
(0)