Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit 9ef6aba

Browse files
committed
Fix typo
1 parent c98c35c commit 9ef6aba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/backend/storage/ipc/procarray.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2180,7 +2180,7 @@ GetOldestSafeDecodingTransactionId(bool catalogOnly)
21802180
* that value, it's guaranteed to be safe since it's computed by this
21812181
* routine initially and has been enforced since. We can always use the
21822182
* slot's general xmin horizon, but the catalog horizon is only usable
2183-
* when we only catalog data is going to be looked at.
2183+
* when only catalog data is going to be looked at.
21842184
*/
21852185
if (TransactionIdIsValid(procArray->replication_slot_xmin) &&
21862186
TransactionIdPrecedes(procArray->replication_slot_xmin,

0 commit comments

Comments
 (0)