mirror of
https://github.com/postgres/postgres.git
synced 2026-06-02 05:49:16 -04:00
5af4456a56
The callers for GetOldestSafeDecodingTransactionId() all inverted the argument for the argument introduced in2bef06d516. Luckily this appears to be inconsequential for the moment, as we wait for concurrent in-progress transaction when assembling a snapshot. Additionally this could only make a difference when adding a second logical slot, because only a pre-existing slot could cause an issue by lowering the returned xid dangerously much. Reported-By: Antonin Houska Discussion: https://postgr.es/m/32704.1496993134@localhost Backport: 9.4-, where2bef06d516was backpatched to.