diff --git a/src/backend/access/transam/xloginsert.c b/src/backend/access/transam/xloginsert.c index 925255f52d..925c430f07 100644 --- a/src/backend/access/transam/xloginsert.c +++ b/src/backend/access/transam/xloginsert.c @@ -443,7 +443,7 @@ XLogInsert(RmgrId rmid, uint8 info) /* * Get values needed to decide whether to do full-page writes. Since * we don't yet have an insertion lock, these could change under us, - * but XLogInsertRecData will recheck them once it has a lock. + * but XLogInsertRecord will recheck them once it has a lock. */ GetFullPageWriteInfo(&RedoRecPtr, &doPageWrites);