- Notifications
You must be signed in to change notification settings - Fork5
Commit46c333a
committed
Fix overly strict assertion in SummarizeOldestCommittedSxact(). There's a
race condition where SummarizeOldestCommittedSxact() is called even thoughanother backend already cleared out all finished sxact entries. That's OK,RegisterSerializableTransactionInt() can just retry getting a news xactslot from the available-list when that happens.Reported by YAMAMOTO Takashi, bug #5918.1 parent93d8882 commit46c333a
1 file changed
+10
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1314 | 1314 | | |
1315 | 1315 | | |
1316 | 1316 | | |
1317 | | - | |
| 1317 | + | |
| 1318 | + | |
| 1319 | + | |
| 1320 | + | |
| 1321 | + | |
| 1322 | + | |
| 1323 | + | |
| 1324 | + | |
| 1325 | + | |
| 1326 | + | |
1318 | 1327 | | |
1319 | 1328 | | |
1320 | 1329 | | |
1321 | 1330 | | |
1322 | 1331 | | |
1323 | | - | |
1324 | | - | |
1325 | | - | |
1326 | 1332 | | |
1327 | 1333 | | |
1328 | 1334 | | |
| |||
0 commit comments
Comments
(0)