1
0
mirror of https://github.com/postgres/postgres.git synced 2025-05-28 05:21:27 +03:00

Fix typos in comment.

This commit is contained in:
Heikki Linnakangas 2014-04-23 12:56:41 +03:00
parent b4eb2d5cc0
commit 6c5cba8e0b

View File

@ -223,9 +223,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);