We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b4eb2d5 commit 6c5cba8Copy full SHA for 6c5cba8
src/backend/access/nbtree/nbtree.c
@@ -223,9 +223,9 @@ btbuildempty(PG_FUNCTION_ARGS)
223
BTREE_METAPAGE, metapage);
224
225
/*
226
- * 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
227
* write did not go through shared_buffers and therefore a concurrent
228
- * checkpoint may have move the redo pointer past our xlog record.
+ * checkpoint may have moved the redo pointer past our xlog record.
229
*/
230
smgrimmedsync(index->rd_smgr, INIT_FORKNUM);
231
0 commit comments