projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b4eb2d5
)
Fix typos in comment.
author
Heikki Linnakangas
Wed, 23 Apr 2014 09:56:41 +0000
(12:56 +0300)
committer
Heikki Linnakangas
Wed, 23 Apr 2014 09:58:18 +0000
(12:58 +0300)
src/backend/access/nbtree/nbtree.c
patch
|
blob
|
blame
|
history
diff --git
a/src/backend/access/nbtree/nbtree.c
b/src/backend/access/nbtree/nbtree.c
index b60d6e6002060ec933e0ae80262fae6463558668..de5bf5ee47a2135130fae5954084015627e34e4c 100644
(file)
--- a/
src/backend/access/nbtree/nbtree.c
+++ b/
src/backend/access/nbtree/nbtree.c
@@
-223,9
+223,9
@@
btbuildempty(PG_FUNCTION_ARGS)
BTREE_METAPAGE, metapage);
/*
- * An immediate sync is require even if we xlog'd the page, because the
+ * An immediate sync is require
d
even if we xlog'd the page, because the
* write did not go through shared_buffers and therefore a concurrent
- * checkpoint may have move the redo pointer past our xlog record.
+ * checkpoint may have move
d
the redo pointer past our xlog record.
*/
smgrimmedsync(index->rd_smgr, INIT_FORKNUM);