Commit 9ef6aba1 authored by Alvaro Herrera's avatar Alvaro Herrera

Fix typo

parent c98c35cd
...@@ -2180,7 +2180,7 @@ GetOldestSafeDecodingTransactionId(bool catalogOnly) ...@@ -2180,7 +2180,7 @@ GetOldestSafeDecodingTransactionId(bool catalogOnly)
* that value, it's guaranteed to be safe since it's computed by this * 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 * routine initially and has been enforced since. We can always use the
* slot's general xmin horizon, but the catalog horizon is only usable * 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) && if (TransactionIdIsValid(procArray->replication_slot_xmin) &&
TransactionIdPrecedes(procArray->replication_slot_xmin, TransactionIdPrecedes(procArray->replication_slot_xmin,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment