forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit8f9be26
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 parentcddc4dc commit8f9be26
1 file changed
+5
-0
lines changedLines changed: 5 additions & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1487 | 1487 |
| |
1488 | 1488 |
| |
1489 | 1489 |
| |
| 1490 | + | |
| 1491 | + | |
| 1492 | + | |
1490 | 1493 |
| |
1491 | 1494 |
| |
1492 | 1495 |
| |
| |||
1578 | 1581 |
| |
1579 | 1582 |
| |
1580 | 1583 |
| |
| 1584 | + | |
| 1585 | + | |
1581 | 1586 |
| |
1582 | 1587 |
| |
1583 | 1588 |
| |
|
0 commit comments
Comments
(0)