forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitee492e3
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 parentf74d83b commitee492e3
1 file changed
+5
-0
lines changedLines changed: 5 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1421 | 1421 |
| |
1422 | 1422 |
| |
1423 | 1423 |
| |
| 1424 | + | |
| 1425 | + | |
| 1426 | + | |
1424 | 1427 |
| |
1425 | 1428 |
| |
1426 | 1429 |
| |
| |||
1511 | 1514 |
| |
1512 | 1515 |
| |
1513 | 1516 |
| |
| 1517 | + | |
| 1518 | + | |
1514 | 1519 |
| |
1515 | 1520 |
| |
1516 | 1521 |
| |
|
0 commit comments
Comments
(0)