We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 307a4c2 commit f3008c3Copy full SHA for f3008c3
src/backend/catalog/heap.c
@@ -1286,7 +1286,7 @@ heap_create_with_catalog(const char *relname,
1286
/*
1287
* If this is an unlogged relation, it needs an init fork so that it can
1288
* be correctly reinitialized on restart. Since we're going to do an
1289
- * immediate sync, we ony need to xlog this if archiving or streaming is
+ * immediate sync, we only need to xlog this if archiving or streaming is
1290
* enabled. And the immediate sync is required, because otherwise there's
1291
* no guarantee that this will hit the disk before the next checkpoint
1292
* moves the redo pointer.
0 commit comments