mirror of
https://github.com/postgres/postgres.git
synced 2026-04-15 22:10:45 -04:00
Fix misspelled function name in comment.
This commit is contained in:
parent
a16763d892
commit
6ceca3f4a2
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue