forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit51f9ea2
committed
Allow interrupting GetMultiXactIdMembers
This function has a loop which can lead to uninterruptible process"stalls" (actually infinite loops) when some bugs are triggered. Avoidthat unpleasant situation by adding a check for interrupts in a placethat shouldn't degrade performance in the normal case.Backpatch to 9.3. Older branches have an identical loop here, but theaforementioned bugs are only a problem starting in 9.3 so there doesn'tseem to be any point in backpatching any further.1 parent0c5af0a commit51f9ea2
1 file changed
+1
-0
lines changedLines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1278 | 1278 |
| |
1279 | 1279 |
| |
1280 | 1280 |
| |
| 1281 | + | |
1281 | 1282 |
| |
1282 | 1283 |
| |
1283 | 1284 |
| |
|
0 commit comments
Comments
(0)