projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7700597
)
Fix typo in comment.
author
Fujii Masao
<fujii@postgresql.org>
Tue, 8 Jul 2014 01:21:16 +0000
(10:21 +0900)
committer
Fujii Masao
<fujii@postgresql.org>
Tue, 8 Jul 2014 01:21:16 +0000
(10:21 +0900)
This typo was accidentally added by recent commit
4cbd128
.
src/bin/pg_basebackup/receivelog.c
patch
|
blob
|
blame
|
history
diff --git
a/src/bin/pg_basebackup/receivelog.c
b/src/bin/pg_basebackup/receivelog.c
index 2f6727bcef6d58bf567153545c2229854ca21854..32afc8d0dfbf67281ee29fa14311ccff6cb55cac 100644
(file)
--- a/
src/bin/pg_basebackup/receivelog.c
+++ b/
src/bin/pg_basebackup/receivelog.c
@@
-410,7
+410,7
@@
CheckServerVersionForStreaming(PGconn *conn)
* indefinitely.
*
* standby_message_timeout controls how often we send a message
- * back to the master letting it know our progress, in miliseconds.
+ * back to the master letting it know our progress, in mil
l
iseconds.
* This message will only contain the write location, and never
* flush or replay.
*