We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7cdf666 commit c8b5c3cCopy full SHA for c8b5c3c
src/backend/storage/ipc/procarray.c
@@ -1493,7 +1493,8 @@ GetMaxSnapshotSubxidCount(void)
1493
* older than this are known not running any more.
1494
* RecentGlobalXmin: the global xmin (oldest TransactionXmin across all
1495
* running transactions, except those running LAZY VACUUM). This is
1496
- * the same computation done by GetOldestXmin(true, true).
+ * the same computation done by
1497
+ * GetOldestXmin(NULL, PROCARRAY_FLAGS_VACUUM).
1498
* RecentGlobalDataXmin: the global xmin for non-catalog tables
1499
* >= RecentGlobalXmin
1500
*
0 commit comments