Thanks to visit codestin.com Credit goes to github.com
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 4fafc4e commit 8fbfbf1Copy full SHA for 8fbfbf1
src/backend/access/nbtree/nbtree.c
@@ -217,9 +217,9 @@ btbuildempty(PG_FUNCTION_ARGS)
217
BTREE_METAPAGE, metapage, false);
218
219
/*
220
- * 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
221
* write did not go through shared_buffers and therefore a concurrent
222
- * checkpoint may have move the redo pointer past our xlog record.
+ * checkpoint may have moved the redo pointer past our xlog record.
223
*/
224
smgrimmedsync(index->rd_smgr, INIT_FORKNUM);
225
0 commit comments