Skip to content

Commit 77c7267

Browse files
committed
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
1 parent e942af7 commit 77c7267

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/backend/storage/ipc/procarray.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ typedef struct ProcArrayStruct
146146
* I.e. the difference to GlobalVisSharedRels is that
147147
* snapshot in other databases are ignored.
148148
*
149-
* 3) GlobalVisCatalogRels, which only considers an XID's
149+
* 3) GlobalVisDataRels, which only considers an XID's
150150
* effects visible-to-everyone if neither snapshots in the current
151151
* database, nor a replication slot's xmin consider XID as running.
152152
*

0 commit comments

Comments
 (0)