forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit42ad25f
committed
init_fcache was being careless about using SearchSysCacheTuple result
over multiple lookups --- it should use SearchSysCacheTupleCopy instead.This accounts for rare failures like 'init_fcache: null probin for procedure 481'when running concurrently with a VACUUM.1 parente57e991 commit42ad25f
1 file changed
+9
-4
lines changedLines changed: 9 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
8 | 8 |
| |
9 | 9 |
| |
10 | 10 |
| |
11 |
| - | |
| 11 | + | |
12 | 12 |
| |
13 | 13 |
| |
14 | 14 |
| |
15 | 15 |
| |
16 | 16 |
| |
| 17 | + | |
17 | 18 |
| |
18 | 19 |
| |
19 | 20 |
| |
| |||
77 | 78 |
| |
78 | 79 |
| |
79 | 80 |
| |
| 81 | + | |
| 82 | + | |
80 | 83 |
| |
81 | 84 |
| |
82 |
| - | |
83 |
| - | |
84 |
| - | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
85 | 88 |
| |
86 | 89 |
| |
87 | 90 |
| |
| |||
245 | 248 |
| |
246 | 249 |
| |
247 | 250 |
| |
| 251 | + | |
| 252 | + | |
248 | 253 |
| |
249 | 254 |
| |
250 | 255 |
| |
|
0 commit comments
Comments
(0)