1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-12 21:01:52 +03:00

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

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