aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Paquier <michael@paquier.xyz>2020-08-27 16:40:34 +0900
committerMichael Paquier <michael@paquier.xyz>2020-08-27 16:40:34 +0900
commit77c7267c37f7fa8e5e48abda4798afdbecb2b95a (patch)
treeffbe2fbaf951a4f838dc43fc02e6ef99fd8ae9fb
parente942af7b8261cd8070d0eeaf518dbc1a664859fd (diff)
downloadpostgresql-77c7267c37f7fa8e5e48abda4798afdbecb2b95a.tar.gz
postgresql-77c7267c37f7fa8e5e48abda4798afdbecb2b95a.zip
Fix comment in procarray.c
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
-rw-r--r--src/backend/storage/ipc/procarray.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/storage/ipc/procarray.c b/src/backend/storage/ipc/procarray.c
index 45eab7e5a62..a023090fbbd 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.
*