diff options
author | Alvaro Herrera <alvherre@alvh.no-ip.org> | 2011-06-16 12:10:57 -0400 |
---|---|---|
committer | Alvaro Herrera <alvherre@alvh.no-ip.org> | 2011-06-16 12:13:07 -0400 |
commit | bd8137ee117601f93fcd9870e019b3069387a8a2 (patch) | |
tree | bb3069874005a3e992f39f25fe4f3a1ec3591102 | |
parent | f90b185a8a125d3a7689dad1aa196a1171a07869 (diff) | |
download | postgresql-bd8137ee117601f93fcd9870e019b3069387a8a2.tar.gz postgresql-bd8137ee117601f93fcd9870e019b3069387a8a2.zip |
Fix typo
-rw-r--r-- | src/backend/catalog/heap.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/catalog/heap.c b/src/backend/catalog/heap.c index a6e541d8586..67a7749a30b 100644 --- a/src/backend/catalog/heap.c +++ b/src/backend/catalog/heap.c @@ -1286,7 +1286,7 @@ heap_create_with_catalog(const char *relname, /* * If this is an unlogged relation, it needs an init fork so that it can * be correctly reinitialized on restart. Since we're going to do an - * 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 * enabled. And the immediate sync is required, because otherwise there's * no guarantee that this will hit the disk before the next checkpoint * moves the redo pointer. |