Commit 61ce1e8f authored by Heikki Linnakangas's avatar Heikki Linnakangas

Fix misspelled function name in comment.

parent 7dc09c13
......@@ -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);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment