aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHeikki Linnakangas <heikki.linnakangas@iki.fi>2014-04-23 12:56:41 +0300
committerHeikki Linnakangas <heikki.linnakangas@iki.fi>2014-04-23 12:56:41 +0300
commit8fbfbf1472776cc5d12cafc5e625a15593272b33 (patch)
treeb58a7b35de8764fbcd667fce88bbdd13cdc18364
parent4fafc4ecd9e4d224d92c4a8549c5646860787a5d (diff)
downloadpostgresql-8fbfbf1472776cc5d12cafc5e625a15593272b33.tar.gz
postgresql-8fbfbf1472776cc5d12cafc5e625a15593272b33.zip
Fix typos in comment.
-rw-r--r--src/backend/access/nbtree/nbtree.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/backend/access/nbtree/nbtree.c b/src/backend/access/nbtree/nbtree.c
index 19a5b398676..542ed439843 100644
--- a/src/backend/access/nbtree/nbtree.c
+++ b/src/backend/access/nbtree/nbtree.c
@@ -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);