forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit5c54f63
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 parentbd6aca8 commit5c54f63
1 file changed
+1
-1
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
173 | 173 |
| |
174 | 174 |
| |
175 | 175 |
| |
176 |
| - | |
| 176 | + | |
177 | 177 |
| |
178 | 178 |
| |
179 | 179 |
| |
|
0 commit comments
Comments
(0)