Fix comment in procarray.c
authorMichael Paquier <michael@paquier.xyz>
Thu, 27 Aug 2020 07:40:34 +0000 (16:40 +0900)
committerMichael Paquier <michael@paquier.xyz>
Thu, 27 Aug 2020 07:40:34 +0000 (16:40 +0900)
The description of GlobalVisDataRels was missing, GlobalVisCatalogRels
being mentioned instead.

Author: Jim Nasby
Discussion: https://postgr.es/m/8e06c883-2858-1fd4-07c5-560c28b08dcd@amazon.com

src/backend/storage/ipc/procarray.c

index 45eab7e5a6220268ce3d409ac91006600c512689..a023090fbbd3d0ab2efc090d19d3086aa995dfd7 100644 (file)
@@ -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.
  *