8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c98c35c commit 9ef6abaCopy full SHA for 9ef6aba
src/backend/storage/ipc/procarray.c
@@ -2180,7 +2180,7 @@ GetOldestSafeDecodingTransactionId(bool catalogOnly)
2180
* that value, it's guaranteed to be safe since it's computed by this
2181
* routine initially and has been enforced since. We can always use the
2182
* slot's general xmin horizon, but the catalog horizon is only usable
2183
- * when we only catalog data is going to be looked at.
+ * when only catalog data is going to be looked at.
2184
*/
2185
if (TransactionIdIsValid(procArray->replication_slot_xmin) &&
2186
TransactionIdPrecedes(procArray->replication_slot_xmin,
0 commit comments