mirror of
https://github.com/postgres/postgres.git
synced 2026-06-08 16:26:30 -04:00
Typo fix.
Fujii Masao
This commit is contained in:
parent
e587e2e3e3
commit
bc97c38115
1 changed files with 1 additions and 1 deletions
|
|
@ -6818,7 +6818,7 @@ StartupXLOG(void)
|
|||
else
|
||||
{
|
||||
/*
|
||||
* Whenever Write.LogwrtResult points to exactly the end of a page,
|
||||
* Whenever LogwrtResult points to exactly the end of a page,
|
||||
* Write.curridx must point to the *next* page (see XLogWrite()).
|
||||
*
|
||||
* Note: it might seem we should do AdvanceXLInsertBuffer() here, but
|
||||
|
|
|
|||
Loading…
Reference in a new issue