Typo fix.

Fujii Masao
This commit is contained in:
Robert Haas 2012-03-06 08:23:51 -05:00
parent e587e2e3e3
commit bc97c38115
1 changed files with 1 additions and 1 deletions

View File

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