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