]> granicus.if.org Git - postgresql/commitdiff
Fix typo
authorAlvaro Herrera <alvherre@alvh.no-ip.org>
Thu, 21 Dec 2017 16:36:52 +0000 (13:36 -0300)
committerAlvaro Herrera <alvherre@alvh.no-ip.org>
Thu, 21 Dec 2017 16:36:52 +0000 (13:36 -0300)
src/backend/storage/ipc/procarray.c

index 37e12bd829553f29119f333b88699e0f8610ae88..d87799cb969823f4e64f2c8dd22ddcc0f66dacd3 100644 (file)
@@ -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,