Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit c8b5c3c

Browse files
committed
Update comment.
Craig Ringer, reviewed by me.
1 parent 7cdf666 commit c8b5c3c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/backend/storage/ipc/procarray.c

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1493,7 +1493,8 @@ GetMaxSnapshotSubxidCount(void)
14931493
* older than this are known not running any more.
14941494
* RecentGlobalXmin: the global xmin (oldest TransactionXmin across all
14951495
* running transactions, except those running LAZY VACUUM). This is
1496-
* the same computation done by GetOldestXmin(true, true).
1496+
* the same computation done by
1497+
* GetOldestXmin(NULL, PROCARRAY_FLAGS_VACUUM).
14971498
* RecentGlobalDataXmin: the global xmin for non-catalog tables
14981499
* >= RecentGlobalXmin
14991500
*

0 commit comments

Comments
 (0)