GlobalVisDataRels.patch

text/plain

Filename: GlobalVisDataRels.patch
Type: text/plain
Part: 0
Message: Typo in procarray.c comment about GlobalVisDataRels

Patch

Format: unified
File+
src/backend/storage/ipc/procarray.c 1 1
diff --git a/src/backend/storage/ipc/procarray.c b/src/backend/storage/ipc/procarray.c
index 45eab7e5a6..a023090fbb 100644
--- a/src/backend/storage/ipc/procarray.c
+++ b/src/backend/storage/ipc/procarray.c
@@ -146,7 +146,7 @@ typedef struct ProcArrayStruct
  *    I.e. the difference to GlobalVisSharedRels is that
  *    snapshot in other databases are ignored.
  *
- * 3) GlobalVisCatalogRels, which only considers an XID's
+ * 3) GlobalVisDataRels, which only considers an XID's
  *    effects visible-to-everyone if neither snapshots in the current
  *    database, nor a replication slot's xmin consider XID as running.
  *