Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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