]> granicus.if.org Git - postgresql/blobdiff - src/backend/storage/ipc/procarray.c
Fix inconsistencies in the code
[postgresql] / src / backend / storage / ipc / procarray.c
index 18a0f62ba67ca931babc60a3fe9a0db626e58045..ea02973dc73dec524f1b7b1829c1b644f341173e 100644 (file)
@@ -1428,10 +1428,11 @@ GetOldestXmin(Relation rel, int flags)
                result = replication_slot_xmin;
 
        /*
-        * After locks have been released and defer_cleanup_age has been applied,
-        * check whether we need to back up further to make logical decoding
-        * possible. We need to do so if we're computing the global limit (rel =
-        * NULL) or if the passed relation is a catalog relation of some kind.
+        * After locks have been released and vacuum_defer_cleanup_age has been
+        * applied, check whether we need to back up further to make logical
+        * decoding possible. We need to do so if we're computing the global limit
+        * (rel = NULL) or if the passed relation is a catalog relation of some
+        * kind.
         */
        if (!(flags & PROCARRAY_SLOTS_XMIN) &&
                (rel == NULL ||