mirror of
https://github.com/postgres/postgres.git
synced 2026-04-15 22:10:45 -04:00
Fix typo
This commit is contained in:
parent
c98c35cd08
commit
9ef6aba1d3
1 changed files with 1 additions and 1 deletions
|
|
@ -2180,7 +2180,7 @@ GetOldestSafeDecodingTransactionId(bool catalogOnly)
|
|||
* that value, it's guaranteed to be safe since it's computed by this
|
||||
* routine initially and has been enforced since. We can always use the
|
||||
* slot's general xmin horizon, but the catalog horizon is only usable
|
||||
* when we only catalog data is going to be looked at.
|
||||
* when only catalog data is going to be looked at.
|
||||
*/
|
||||
if (TransactionIdIsValid(procArray->replication_slot_xmin) &&
|
||||
TransactionIdPrecedes(procArray->replication_slot_xmin,
|
||||
|
|
|
|||
Loading…
Reference in a new issue