forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit137e4da
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 parent16695d6 commit137e4da
1 file changed
+1
-0
lines changedLines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1258 | 1258 |
| |
1259 | 1259 |
| |
1260 | 1260 |
| |
| 1261 | + | |
1261 | 1262 |
| |
1262 | 1263 |
| |
1263 | 1264 |
| |
|
0 commit comments
Comments
(0)