diff options
Diffstat (limited to 'src/backend/access/common/bufmask.c')
-rw-r--r-- | src/backend/access/common/bufmask.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/access/common/bufmask.c b/src/backend/access/common/bufmask.c index ee1c6f234a2..bcd9bd007b7 100644 --- a/src/backend/access/common/bufmask.c +++ b/src/backend/access/common/bufmask.c @@ -20,7 +20,7 @@ #include "access/bufmask.h" /* - * mask_page_lsn + * mask_page_lsn_and_checksum * * In consistency checks, the LSN of the two pages compared will likely be * different because of concurrent operations when the WAL is generated and |