projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8a75980
)
Fix typo in previous warning-silencing patch.
author
Heikki Linnakangas
Tue, 2 Oct 2012 16:59:00 +0000
(19:59 +0300)
committer
Heikki Linnakangas
Tue, 2 Oct 2012 17:00:10 +0000
(20:00 +0300)
Fujii Masao
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 d05a588b3aec45a8b50e6a4692d86584f65b9777..1e09012bfc74b814cdb6ae0d5c469757e810f0bd 100644
(file)
--- a/
src/bin/pg_basebackup/receivelog.c
+++ b/
src/bin/pg_basebackup/receivelog.c
@@
-433,7
+433,7
@@
ReceiveXlogStream(PGconn *conn, XLogRecPtr startpos, uint32 timeline,
timeout.tv_sec = 1; /* Always sleep at least 1 sec */
else
timeout.tv_sec = secs;
- timeout.tv_sec = usecs;
+ timeout.tv_
u
sec = usecs;
timeoutptr = &timeout;
}
else