forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitfe8091c
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 parentbe74b94 commitfe8091c
File tree
11 files changed
+117
-289
lines changed- src
- backend
- access
- heap
- transam
- catalog
- replication/logical
- utils/cache
- include/utils
- test/isolation
- expected
- specs
11 files changed
+117
-289
lines changedLines changed: 7 additions & 36 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
6115 | 6115 |
| |
6116 | 6116 |
| |
6117 | 6117 |
| |
6118 |
| - | |
6119 |
| - | |
6120 |
| - | |
6121 |
| - | |
6122 |
| - | |
6123 |
| - | |
6124 |
| - | |
6125 |
| - | |
6126 |
| - | |
6127 |
| - | |
6128 |
| - | |
6129 |
| - | |
6130 |
| - | |
6131 |
| - | |
6132 |
| - | |
6133 |
| - | |
6134 |
| - | |
6135 |
| - | |
6136 | 6118 |
| |
6137 | 6119 |
| |
6138 | 6120 |
| |
| |||
6176 | 6158 |
| |
6177 | 6159 |
| |
6178 | 6160 |
| |
6179 |
| - | |
6180 |
| - | |
6181 |
| - | |
6182 |
| - | |
6183 |
| - | |
6184 |
| - | |
6185 |
| - | |
6186 |
| - | |
6187 |
| - | |
6188 |
| - | |
6189 |
| - | |
6190 |
| - | |
6191 | 6161 |
| |
6192 |
| - | |
6193 | 6162 |
| |
6194 |
| - | |
| 6163 | + | |
6195 | 6164 |
| |
6196 | 6165 |
| |
6197 |
| - | |
6198 |
| - | |
6199 |
| - | |
6200 |
| - | |
| 6166 | + | |
| 6167 | + | |
| 6168 | + | |
| 6169 | + | |
| 6170 | + | |
| 6171 | + | |
6201 | 6172 |
| |
6202 | 6173 |
| |
6203 | 6174 |
| |
|
Lines changed: 8 additions & 18 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1249 | 1249 |
| |
1250 | 1250 |
| |
1251 | 1251 |
| |
1252 |
| - | |
1253 |
| - | |
1254 |
| - | |
1255 |
| - | |
1256 |
| - | |
1257 |
| - | |
1258 |
| - | |
1259 |
| - | |
1260 |
| - | |
1261 |
| - | |
1262 |
| - | |
1263 |
| - | |
1264 |
| - | |
1265 |
| - | |
1266 |
| - | |
1267 |
| - | |
1268 |
| - | |
1269 |
| - | |
| 1252 | + | |
| 1253 | + | |
| 1254 | + | |
| 1255 | + | |
| 1256 | + | |
| 1257 | + | |
| 1258 | + | |
| 1259 | + | |
1270 | 1260 |
| |
1271 | 1261 |
| |
1272 | 1262 |
| |
|
Lines changed: 2 additions & 9 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2882 | 2882 |
| |
2883 | 2883 |
| |
2884 | 2884 |
| |
2885 |
| - | |
| 2885 | + | |
2886 | 2886 |
| |
2887 | 2887 |
| |
2888 | 2888 |
| |
2889 | 2889 |
| |
2890 |
| - | |
2891 |
| - | |
2892 |
| - | |
2893 |
| - | |
2894 |
| - | |
2895 |
| - | |
2896 |
| - | |
2897 |
| - | |
| 2890 | + | |
2898 | 2891 |
| |
2899 | 2892 |
| |
2900 | 2893 |
| |
|
Lines changed: 15 additions & 11 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
460 | 460 |
| |
461 | 461 |
| |
462 | 462 |
| |
463 |
| - | |
464 |
| - | |
465 |
| - | |
466 |
| - | |
467 |
| - | |
468 |
| - | |
469 |
| - | |
470 |
| - | |
| 463 | + | |
| 464 | + | |
| 465 | + | |
471 | 466 |
| |
472 |
| - | |
473 |
| - | |
474 |
| - | |
| 467 | + | |
| 468 | + | |
| 469 | + | |
| 470 | + | |
| 471 | + | |
| 472 | + | |
| 473 | + | |
475 | 474 |
| |
| 475 | + | |
| 476 | + | |
| 477 | + | |
| 478 | + | |
| 479 | + | |
476 | 480 |
| |
477 | 481 |
| |
478 | 482 |
| |
|
Lines changed: 3 additions & 4 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
2129 | 2129 |
| |
2130 | 2130 |
| |
2131 | 2131 |
| |
2132 |
| - | |
2133 |
| - | |
| 2132 | + | |
2134 | 2133 |
| |
2135 | 2134 |
| |
2136 | 2135 |
| |
| |||
2171 | 2170 |
| |
2172 | 2171 |
| |
2173 | 2172 |
| |
2174 |
| - | |
| 2173 | + | |
2175 | 2174 |
| |
2176 | 2175 |
| |
2177 | 2176 |
| |
| |||
2180 | 2179 |
| |
2181 | 2180 |
| |
2182 | 2181 |
| |
2183 |
| - | |
| 2182 | + | |
2184 | 2183 |
| |
2185 | 2184 |
| |
2186 | 2185 |
| |
|
0 commit comments
Comments
(0)