projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f557826
)
Fix typo in comment.
author
Heikki Linnakangas
Fri, 7 Mar 2014 08:36:31 +0000
(10:36 +0200)
committer
Heikki Linnakangas
Fri, 7 Mar 2014 08:38:53 +0000
(10:38 +0200)
Forgot to "git add" it earlier.
src/backend/replication/walsender.c
patch
|
blob
|
blame
|
history
diff --git
a/src/backend/replication/walsender.c
b/src/backend/replication/walsender.c
index f0a9a1e2300e8572481efb8fa6a3a10f81a04b55..54ed311473b1380a69148dc765e9bd993badc0ff 100644
(file)
--- a/
src/backend/replication/walsender.c
+++ b/
src/backend/replication/walsender.c
@@
-1068,7
+1068,7
@@
WalSndLoop(void)
}
/*
- * If half of wal_sender_timeout has lapsed without receiving any
+ * If half of wal_sender_timeout has
e
lapsed without receiving any
* reply from standby, send a keep-alive message requesting an
* immediate reply.
*/