forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitafe9b9e
committed
Add regression test for ATTACH PARTITION
This test case uses a SQL function as partitioning operator, whoseevaluation results in the table's relcache being rebuilt partwaythrough the execution of an ATTACH PARTITION command.It is extracted from39808e8, which fixed a bug where this test casefailed on master and REL_11_STABLE, but passed on REL_10_STABLE. Thepartitioning code has changed a lot during v11 development, so thismakes sure that any patch applied to REL_10_STABLE fixing apartition-related bug does not break it again.Author: Amit LangoteReviewed-by: Michaël Paquier, Álvaro HerreraDiscussion:https://postgr.es/m/CAKcux6=nTz9KSfTr_6Z2mpzLJ_09JN-rK6=dWic6gGyTSWueyQ@mail.gmail.com1 parent101b21e commitafe9b9e
2 files changed
+31
-0
lines changedLines changed: 15 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
3669 | 3669 |
| |
3670 | 3670 |
| |
3671 | 3671 |
| |
| 3672 | + | |
| 3673 | + | |
| 3674 | + | |
| 3675 | + | |
| 3676 | + | |
| 3677 | + | |
| 3678 | + | |
| 3679 | + | |
| 3680 | + | |
| 3681 | + | |
| 3682 | + | |
| 3683 | + | |
| 3684 | + | |
| 3685 | + | |
| 3686 | + |
Lines changed: 16 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2388 | 2388 |
| |
2389 | 2389 |
| |
2390 | 2390 |
| |
| 2391 | + | |
| 2392 | + | |
| 2393 | + | |
| 2394 | + | |
| 2395 | + | |
| 2396 | + | |
| 2397 | + | |
| 2398 | + | |
| 2399 | + | |
| 2400 | + | |
| 2401 | + | |
| 2402 | + | |
| 2403 | + | |
| 2404 | + | |
| 2405 | + | |
| 2406 | + |
0 commit comments
Comments
(0)