Commit 8fbfbf14 authored by Heikki Linnakangas's avatar Heikki Linnakangas

Fix typos in comment.

parent 4fafc4ec
...@@ -217,9 +217,9 @@ btbuildempty(PG_FUNCTION_ARGS) ...@@ -217,9 +217,9 @@ btbuildempty(PG_FUNCTION_ARGS)
BTREE_METAPAGE, metapage, false); 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 * 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); smgrimmedsync(index->rd_smgr, INIT_FORKNUM);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment