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:
@ -443,7 +443,7 @@ XLogInsert(RmgrId rmid, uint8 info)
|
|||||||
/*
|
/*
|
||||||
* Get values needed to decide whether to do full-page writes. Since
|
* 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,
|
* 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);
|
GetFullPageWriteInfo(&RedoRecPtr, &doPageWrites);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user