We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parentc98c35c commit9ef6abaCopy 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
- * whenweonly 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,