mirror of
https://github.com/postgres/postgres.git
synced 2025-06-03 00:02:26 -04:00
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
This commit is contained in:
parent
e942af7b82
commit
77c7267c37
@ -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.
|
||||
*
|
||||
|
Loading…
x
Reference in New Issue
Block a user