aboutsummaryrefslogtreecommitdiff
path: root/src/include/access/ginxlog.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/include/access/ginxlog.h')
-rw-r--r--src/include/access/ginxlog.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/access/ginxlog.h b/src/include/access/ginxlog.h
index 2c5d743cace..7ef3bcf7658 100644
--- a/src/include/access/ginxlog.h
+++ b/src/include/access/ginxlog.h
@@ -127,7 +127,7 @@ typedef struct ginxlogSplit
/*
* Vacuum simply WAL-logs the whole page, when anything is modified. This
- * is functionally identical to heap_newpage records, but is kept separate for
+ * is functionally identical to XLOG_FPI records, but is kept separate for
* debugging purposes. (When inspecting the WAL stream, it's easier to see
* what's going on when GIN vacuum records are marked as such, not as heap
* records.) This is currently only used for entry tree leaf pages.