Fix misspelled function name in comment.

This commit is contained in:
Heikki Linnakangas 2016-02-01 10:10:24 +02:00
parent 7dc09c1384
commit 61ce1e8f15
1 changed files with 1 additions and 1 deletions

View File

@ -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);