Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit f3008c3

Browse files
committed
Fix typo
1 parent 307a4c2 commit f3008c3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/backend/catalog/heap.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1286,7 +1286,7 @@ heap_create_with_catalog(const char *relname,
12861286
/*
12871287
* If this is an unlogged relation, it needs an init fork so that it can
12881288
* 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
1289+
* immediate sync, we only need to xlog this if archiving or streaming is
12901290
* enabled. And the immediate sync is required, because otherwise there's
12911291
* no guarantee that this will hit the disk before the next checkpoint
12921292
* moves the redo pointer.

0 commit comments

Comments
 (0)