- Notifications
You must be signed in to change notification settings - Fork28
Commit32d7480
committed
Fix thinko introduced in2bef06d et al.
The callers for GetOldestSafeDecodingTransactionId() all inverted theargument for the argument introduced in2bef06d. Luckily thisappears to be inconsequential for the moment, as we wait forconcurrent in-progress transaction when assembling asnapshot. Additionally this could only make a difference when adding asecond logical slot, because only a pre-existing slot could cause anissue by lowering the returned xid dangerously much.Reported-By: Antonin HouskaDiscussion:https://postgr.es/m/32704.1496993134@localhostBackport: 9.4-, where2bef06d was backpatched to.1 parentf27449f commit32d7480
2 files changed
+2
-2
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
284 | 284 |
| |
285 | 285 |
| |
286 | 286 |
| |
287 |
| - | |
| 287 | + | |
288 | 288 |
| |
289 | 289 |
| |
290 | 290 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
592 | 592 |
| |
593 | 593 |
| |
594 | 594 |
| |
595 |
| - | |
| 595 | + | |
596 | 596 |
| |
597 | 597 |
| |
598 | 598 |
| |
|
0 commit comments
Comments
(0)