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 0539593 commit b601624Copy full SHA for b601624
src/backend/access/nbtree/nbtree.c
@@ -225,9 +225,9 @@ btbuildempty(PG_FUNCTION_ARGS)
225
BTREE_METAPAGE, metapage);
226
227
/*
228
- * 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
229
* write did not go through shared_buffers and therefore a concurrent
230
- * checkpoint may have move the redo pointer past our xlog record.
+ * checkpoint may have moved the redo pointer past our xlog record.
231
*/
232
smgrimmedsync(index->rd_smgr, INIT_FORKNUM);
233
0 commit comments