forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit183c869
committed
adjust_partition_colnos mustn't be called if not needed
Add an assert to make this very explicit, as well as a code comment.The former should silence Coverity complaining about this.Introduced by7103ebb.Reported-by: Ranier VilelaDiscussion:https://postgr.es/m/CAEudQAqTTAOzXiYybab+1DQOb3ZUuK99=p_KD+yrRFhcDbd0jg@mail.gmail.com1 parent4533de3 commit183c869
1 file changed
+6
-0
lines changedLines changed: 6 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1530 | 1530 |
| |
1531 | 1531 |
| |
1532 | 1532 |
| |
| 1533 | + | |
| 1534 | + | |
1533 | 1535 |
| |
1534 | 1536 |
| |
1535 | 1537 |
| |
1536 | 1538 |
| |
1537 | 1539 |
| |
1538 | 1540 |
| |
| 1541 | + | |
| 1542 | + | |
1539 | 1543 |
| |
1540 | 1544 |
| |
1541 | 1545 |
| |
1542 | 1546 |
| |
1543 | 1547 |
| |
1544 | 1548 |
| |
1545 | 1549 |
| |
| 1550 | + | |
| 1551 | + | |
1546 | 1552 |
| |
1547 | 1553 |
| |
1548 | 1554 |
| |
|
0 commit comments
Comments
(0)