mirror of
https://github.com/postgres/postgres.git
synced 2026-03-14 22:53:49 -04:00
Fix typos in comment.
This commit is contained in:
parent
7f814400a8
commit
59bc3cac41
1 changed files with 2 additions and 2 deletions
|
|
@ -227,9 +227,9 @@ btbuildempty(PG_FUNCTION_ARGS)
|
|||
BTREE_METAPAGE, metapage);
|
||||
|
||||
/*
|
||||
* An immediate sync is require even if we xlog'd the page, because the
|
||||
* An immediate sync is required even if we xlog'd the page, because the
|
||||
* write did not go through shared_buffers and therefore a concurrent
|
||||
* checkpoint may have move the redo pointer past our xlog record.
|
||||
* checkpoint may have moved the redo pointer past our xlog record.
|
||||
*/
|
||||
smgrimmedsync(index->rd_smgr, INIT_FORKNUM);
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue