forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitd9b3bc5
committed
Add HOLD_INTERRUPTS section into FinishPreparedTransaction.
If an interrupt arrives in the middle of FinishPreparedTransactionand any callback decide to call CHECK_FOR_INTERRUPTS (e.g.RemoveTwoPhaseFile can write a warning with ereport, which checks forinterrupts) then it's possible to leave current GXact undeleted.Backpatch to all supported branchesStas KelvichDiscussion: ihttps://www.postgresql.org/message-id/3AD85097-A3F3-4EBA-99BD-C38EDF8D2949@postgrespro.ru1 parenteab8d63 commitd9b3bc5
1 file changed
+5
-0
lines changedLines changed: 5 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1377 | 1377 |
| |
1378 | 1378 |
| |
1379 | 1379 |
| |
| 1380 | + | |
| 1381 | + | |
| 1382 | + | |
1380 | 1383 |
| |
1381 | 1384 |
| |
1382 | 1385 |
| |
| |||
1465 | 1468 |
| |
1466 | 1469 |
| |
1467 | 1470 |
| |
| 1471 | + | |
| 1472 | + | |
1468 | 1473 |
| |
1469 | 1474 |
| |
1470 | 1475 |
| |
|
0 commit comments
Comments
(0)