forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit75bfe74

Amit Kapila
Fix stale values in partition map entries on subscribers.
We build the partition map entries on subscribers while applying thechanges for update/delete on partitions. The component relation in eachentry is closed after its use so we need to update it on successive use ofcache entries.This problem was there since the original commitf1ac27b thatintroduced this code but we didn't notice it till the recent commit26b3455 started to use the component relation of partition map cacheentry.Reported-by: Tom Lane, as per buildfarmAuthor: Amit Langote, Hou ZhijieReviewed-by: Amit Kapila, Shi YuBackpatch-through: 13, where it was introducedDiscussion:https://postgr.es/m/OSZPR01MB6310F46CD425A967E4AEF736FDA49@OSZPR01MB6310.jpnprd01.prod.outlook.com1 parent26a6d14 commit75bfe74
1 file changed
+12
-0
lines changedLines changed: 12 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
596 | 596 |
| |
597 | 597 |
| |
598 | 598 |
| |
| 599 | + | |
| 600 | + | |
| 601 | + | |
| 602 | + | |
| 603 | + | |
| 604 | + | |
| 605 | + | |
| 606 | + | |
| 607 | + | |
599 | 608 |
| |
| 609 | + | |
| 610 | + | |
600 | 611 |
| |
| 612 | + | |
601 | 613 |
| |
602 | 614 |
| |
603 | 615 |
| |
|
0 commit comments
Comments
(0)