Skip to content

Commit

Permalink
Fix typos in comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
hlinnaka committed Apr 23, 2014
1 parent 4fafc4e commit 8fbfbf1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/backend/access/nbtree/nbtree.c
Original file line number Diff line number Diff line change
Expand Up @@ -217,9 +217,9 @@ btbuildempty(PG_FUNCTION_ARGS)
BTREE_METAPAGE, metapage, false);

/*
* 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);

Expand Down

0 comments on commit 8fbfbf1

Please sign in to comment.