forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commitb544ea1
committed
Fix rare missing cancellations in Hot Standby.
The machinery around XLOG_HEAP2_CLEANUP_INFO failedto correctly pass through the necessary informationon latestRemovedXid, avoiding cancellations in someinfrequent concurrent update/cleanup scenarios.Backpatchable fix to 9.0Detailed bug report and fix by Noah Misch,backpatchable version by me.1 parent3cef217 commitb544ea1
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
171 | 171 |
| |
172 | 172 |
| |
173 | 173 |
| |
174 |
| - | |
| 174 | + | |
175 | 175 |
| |
176 | 176 |
| |
177 | 177 |
| |
|
0 commit comments
Comments
(0)