mirror of
https://github.com/postgres/postgres.git
synced 2025-07-02 09:02:37 +03:00
Assorted comment fixes, mostly just typos, but some obsolete statements.
YAMAMOTO Takashi
This commit is contained in:
@ -1214,7 +1214,7 @@ GetMaxSnapshotSubxidCount(void)
|
||||
*
|
||||
* We also update the following backend-global variables:
|
||||
* TransactionXmin: the oldest xmin of any snapshot in use in the
|
||||
* current transaction (this is the same as MyProc->xmin).
|
||||
* current transaction (this is the same as MyPgXact->xmin).
|
||||
* RecentXmin: the xmin computed for the most recent snapshot. XIDs
|
||||
* older than this are known not running any more.
|
||||
* RecentGlobalXmin: the global xmin (oldest TransactionXmin across all
|
||||
|
Reference in New Issue
Block a user