forked frompostgres/postgres
- Notifications
You must be signed in to change notification settings - Fork6
Commit5af4456
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 parent0d1f98b commit5af4456
2 files changed
+2
-2
lines changedLines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
288 | 288 |
| |
289 | 289 |
| |
290 | 290 |
| |
291 |
| - | |
| 291 | + | |
292 | 292 |
| |
293 | 293 |
| |
294 | 294 |
| |
|
Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
574 | 574 |
| |
575 | 575 |
| |
576 | 576 |
| |
577 |
| - | |
| 577 | + | |
578 | 578 |
| |
579 | 579 |
| |
580 | 580 |
| |
|
0 commit comments
Comments
(0)