We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7dc09c1 commit 61ce1e8Copy full SHA for 61ce1e8
src/backend/access/transam/xloginsert.c
@@ -443,7 +443,7 @@ XLogInsert(RmgrId rmid, uint8 info)
443
/*
444
* Get values needed to decide whether to do full-page writes. Since
445
* we don't yet have an insertion lock, these could change under us,
446
- * but XLogInsertRecData will recheck them once it has a lock.
+ * but XLogInsertRecord will recheck them once it has a lock.
447
*/
448
GetFullPageWriteInfo(&RedoRecPtr, &doPageWrites);
449
0 commit comments