forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit6f9dd22
committed
Revert "For inplace update, send nontransactional invalidations."
This reverts commit95c5acb (v17) andcounterparts in each other non-master branch. If released, that commitwould have caused a worst-in-years minor release regression, viaundetected LWLock self-deadlock. This commit and its self-deadlock fixwarrant more bake time in the master branch.Reported by Alexander Lakhin.Discussion:https://postgr.es/m/10ec0bc3-5933-1189-6bb8-5dec4114558e@gmail.com1 parentd5be107 commit6f9dd22
File tree
12 files changed
+132
-320
lines changed- src
- backend
- access
- heap
- transam
- catalog
- replication/logical
- utils/cache
- include/utils
- test/isolation
- expected
- specs
- tools/pgindent
12 files changed
+132
-320
lines changedLines changed: 7 additions & 36 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
6195 | 6195 |
| |
6196 | 6196 |
| |
6197 | 6197 |
| |
6198 |
| - | |
6199 |
| - | |
6200 |
| - | |
6201 |
| - | |
6202 |
| - | |
6203 |
| - | |
6204 |
| - | |
6205 |
| - | |
6206 |
| - | |
6207 |
| - | |
6208 |
| - | |
6209 |
| - | |
6210 |
| - | |
6211 |
| - | |
6212 |
| - | |
6213 |
| - | |
6214 |
| - | |
6215 |
| - | |
6216 | 6198 |
| |
6217 | 6199 |
| |
6218 | 6200 |
| |
| |||
6256 | 6238 |
| |
6257 | 6239 |
| |
6258 | 6240 |
| |
6259 |
| - | |
6260 |
| - | |
6261 |
| - | |
6262 |
| - | |
6263 |
| - | |
6264 |
| - | |
6265 |
| - | |
6266 |
| - | |
6267 |
| - | |
6268 |
| - | |
6269 |
| - | |
6270 |
| - | |
6271 | 6241 |
| |
6272 |
| - | |
6273 | 6242 |
| |
6274 |
| - | |
| 6243 | + | |
6275 | 6244 |
| |
6276 | 6245 |
| |
6277 |
| - | |
6278 |
| - | |
6279 |
| - | |
6280 |
| - | |
| 6246 | + | |
| 6247 | + | |
| 6248 | + | |
| 6249 | + | |
| 6250 | + | |
| 6251 | + | |
6281 | 6252 |
| |
6282 | 6253 |
| |
6283 | 6254 |
| |
|
Lines changed: 8 additions & 18 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1337 | 1337 |
| |
1338 | 1338 |
| |
1339 | 1339 |
| |
1340 |
| - | |
1341 |
| - | |
1342 |
| - | |
1343 |
| - | |
1344 |
| - | |
1345 |
| - | |
1346 |
| - | |
1347 |
| - | |
1348 |
| - | |
1349 |
| - | |
1350 |
| - | |
1351 |
| - | |
1352 |
| - | |
1353 |
| - | |
1354 |
| - | |
1355 |
| - | |
1356 |
| - | |
1357 |
| - | |
| 1340 | + | |
| 1341 | + | |
| 1342 | + | |
| 1343 | + | |
| 1344 | + | |
| 1345 | + | |
| 1346 | + | |
| 1347 | + | |
1358 | 1348 |
| |
1359 | 1349 |
| |
1360 | 1350 |
| |
|
Lines changed: 2 additions & 9 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2915 | 2915 |
| |
2916 | 2916 |
| |
2917 | 2917 |
| |
2918 |
| - | |
| 2918 | + | |
2919 | 2919 |
| |
2920 | 2920 |
| |
2921 | 2921 |
| |
2922 | 2922 |
| |
2923 |
| - | |
2924 |
| - | |
2925 |
| - | |
2926 |
| - | |
2927 |
| - | |
2928 |
| - | |
2929 |
| - | |
2930 |
| - | |
| 2923 | + | |
2931 | 2924 |
| |
2932 | 2925 |
| |
2933 | 2926 |
| |
|
Lines changed: 15 additions & 11 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
511 | 511 |
| |
512 | 512 |
| |
513 | 513 |
| |
514 |
| - | |
515 |
| - | |
516 |
| - | |
517 |
| - | |
518 |
| - | |
519 |
| - | |
520 |
| - | |
521 |
| - | |
| 514 | + | |
| 515 | + | |
| 516 | + | |
522 | 517 |
| |
523 |
| - | |
524 |
| - | |
525 |
| - | |
| 518 | + | |
| 519 | + | |
| 520 | + | |
| 521 | + | |
| 522 | + | |
| 523 | + | |
| 524 | + | |
526 | 525 |
| |
| 526 | + | |
| 527 | + | |
| 528 | + | |
| 529 | + | |
| 530 | + | |
527 | 531 |
| |
528 | 532 |
| |
529 | 533 |
| |
|
Lines changed: 3 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2219 | 2219 |
| |
2220 | 2220 |
| |
2221 | 2221 |
| |
2222 |
| - | |
2223 |
| - | |
| 2222 | + | |
2224 | 2223 |
| |
2225 | 2224 |
| |
2226 | 2225 |
| |
| |||
2261 | 2260 |
| |
2262 | 2261 |
| |
2263 | 2262 |
| |
2264 |
| - | |
| 2263 | + | |
2265 | 2264 |
| |
2266 | 2265 |
| |
2267 | 2266 |
| |
| |||
2270 | 2269 |
| |
2271 | 2270 |
| |
2272 | 2271 |
| |
2273 |
| - | |
| 2272 | + | |
2274 | 2273 |
| |
2275 | 2274 |
| |
2276 | 2275 |
| |
|
0 commit comments
Comments
(0)