forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit0d3b49d
committed
Fix Assert failure for MERGE into a partitioned table with RLS.
In ExecInitPartitionInfo(), the Assert when building the WITH CHECKOPTION list for the new partition assumed that the command would be anINSERT or UPDATE, but it can also be a MERGE. This can be triggered bya MERGE into a partitioned table with RLS checks to enforce.Fix, and back-patch to v15, where MERGE was introduced.Discussion:https://postgr.es/m/CAEZATCWWFtQmW67F3XTyMU5Am10Oxa_b8oe0x%2BNu5Mo%2BCdRErg%40mail.gmail.com1 parent83a611a commit0d3b49d
File tree
3 files changed
+31
-3
lines changed- src
- backend/executor
- test/regress
- expected
- sql
3 files changed
+31
-3
lines changedLines changed: 7 additions & 3 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
545 | 545 |
| |
546 | 546 |
| |
547 | 547 |
| |
548 |
| - | |
549 |
| - | |
| 548 | + | |
| 549 | + | |
550 | 550 |
| |
551 | 551 |
| |
552 | 552 |
| |
| |||
557 | 557 |
| |
558 | 558 |
| |
559 | 559 |
| |
560 |
| - | |
| 560 | + | |
561 | 561 |
| |
562 | 562 |
| |
563 | 563 |
| |
564 | 564 |
| |
565 | 565 |
| |
| 566 | + | |
| 567 | + | |
| 568 | + | |
566 | 569 |
| |
567 | 570 |
| |
568 | 571 |
| |
| |||
619 | 622 |
| |
620 | 623 |
| |
621 | 624 |
| |
| 625 | + | |
622 | 626 |
| |
623 | 627 |
| |
624 | 628 |
| |
|
Lines changed: 12 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1736 | 1736 |
| |
1737 | 1737 |
| |
1738 | 1738 |
| |
| 1739 | + | |
| 1740 | + | |
| 1741 | + | |
| 1742 | + | |
| 1743 | + | |
| 1744 | + | |
| 1745 | + | |
| 1746 | + | |
| 1747 | + | |
| 1748 | + | |
| 1749 | + | |
| 1750 | + | |
1739 | 1751 |
| |
1740 | 1752 |
| |
1741 | 1753 |
| |
|
Lines changed: 12 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1082 | 1082 |
| |
1083 | 1083 |
| |
1084 | 1084 |
| |
| 1085 | + | |
| 1086 | + | |
| 1087 | + | |
| 1088 | + | |
| 1089 | + | |
| 1090 | + | |
| 1091 | + | |
| 1092 | + | |
| 1093 | + | |
| 1094 | + | |
| 1095 | + | |
| 1096 | + | |
1085 | 1097 |
| |
1086 | 1098 |
| |
1087 | 1099 |
| |
|
0 commit comments
Comments
(0)