projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e587e2e
)
Typo fix.
author
Robert Haas
<rhaas@postgresql.org>
Tue, 6 Mar 2012 13:23:51 +0000
(08:23 -0500)
committer
Robert Haas
<rhaas@postgresql.org>
Tue, 6 Mar 2012 13:23:51 +0000
(08:23 -0500)
Fujii Masao
src/backend/access/transam/xlog.c
patch
|
blob
|
blame
|
history
diff --git
a/src/backend/access/transam/xlog.c
b/src/backend/access/transam/xlog.c
index c23cf635395ee9100c9c9f9766e3b49851cd459e..8bbca613f2674d220b5eda223c2ce49a7b3b0b95 100644
(file)
--- a/
src/backend/access/transam/xlog.c
+++ b/
src/backend/access/transam/xlog.c
@@
-6818,7
+6818,7
@@
StartupXLOG(void)
else
{
/*
- * Whenever
Write.
LogwrtResult points to exactly the end of a page,
+ * Whenever LogwrtResult points to exactly the end of a page,
* Write.curridx must point to the *next* page (see XLogWrite()).
*
* Note: it might seem we should do AdvanceXLInsertBuffer() here, but