diff options
Diffstat (limited to 'src/backend/access/gin/ginxlog.c')
-rw-r--r-- | src/backend/access/gin/ginxlog.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/access/gin/ginxlog.c b/src/backend/access/gin/ginxlog.c index bea7055604f..ea85c4e2c03 100644 --- a/src/backend/access/gin/ginxlog.c +++ b/src/backend/access/gin/ginxlog.c @@ -409,7 +409,7 @@ ginRedoSplit(XLogReaderState *record) /* * VACUUM_PAGE record contains simply a full image of the page, similar to - * a XLOG_FPI record. + * an XLOG_FPI record. */ static void ginRedoVacuumPage(XLogReaderState *record) |