aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/gist/gistxlog.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/backend/access/gist/gistxlog.c')
-rw-r--r--src/backend/access/gist/gistxlog.c10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/backend/access/gist/gistxlog.c b/src/backend/access/gist/gistxlog.c
index 7b5d1e98b70..a63b05388c5 100644
--- a/src/backend/access/gist/gistxlog.c
+++ b/src/backend/access/gist/gistxlog.c
@@ -387,11 +387,11 @@ gistRedoPageReuse(XLogReaderState *record)
* PAGE_REUSE records exist to provide a conflict point when we reuse
* pages in the index via the FSM. That's all they do though.
*
- * latestRemovedXid was the page's deleteXid. The deleteXid <
- * RecentGlobalXmin test in gistPageRecyclable() conceptually mirrors the
- * pgxact->xmin > limitXmin test in GetConflictingVirtualXIDs().
- * Consequently, one XID value achieves the same exclusion effect on
- * primary and standby.
+ * latestRemovedXid was the page's deleteXid. The
+ * GlobalVisIsRemovableFullXid(deleteXid) test in gistPageRecyclable()
+ * conceptually mirrors the pgxact->xmin > limitXmin test in
+ * GetConflictingVirtualXIDs(). Consequently, one XID value achieves the
+ * same exclusion effect on primary and standby.
*/
if (InHotStandby)
{