forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit6de6d96
committed
Invalidate caches after cranking up a parallel worker transaction.
Starting a parallel worker transaction changes our notion of which XIDsare in-progress or committed, and our notion of the current commandcounter ID. Therefore, our view of these caches prior to startingthis transaction may no longer valid. Defend against that by clearingthem.This fixes a bug in commit924bcf4.1 parentd07fea5 commit6de6d96
1 file changed
+7
-0
lines changedLines changed: 7 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
28 | 28 |
| |
29 | 29 |
| |
30 | 30 |
| |
| 31 | + | |
31 | 32 |
| |
32 | 33 |
| |
33 | 34 |
| |
| |||
928 | 929 |
| |
929 | 930 |
| |
930 | 931 |
| |
| 932 | + | |
| 933 | + | |
| 934 | + | |
| 935 | + | |
| 936 | + | |
| 937 | + | |
931 | 938 |
| |
932 | 939 |
| |
933 | 940 |
| |
|
0 commit comments
Comments
(0)