projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
307a4c2
)
Fix typo
author
Alvaro Herrera
<alvherre@alvh.no-ip.org>
Thu, 16 Jun 2011 16:10:57 +0000
(12:10 -0400)
committer
Alvaro Herrera
<alvherre@alvh.no-ip.org>
Thu, 16 Jun 2011 16:11:20 +0000
(12:11 -0400)
src/backend/catalog/heap.c
patch
|
blob
|
blame
|
history
diff --git
a/src/backend/catalog/heap.c
b/src/backend/catalog/heap.c
index a6e541d8586943857a88053fbd576a5fb97d2907..67a7749a30b265c46a590730595249af027931b0 100644
(file)
--- 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 on
l
y 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.