projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cbf99c7
)
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:00 +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 805e9b87b32c353778f7e4d6802c8a561ba14f7f..98c4b7a1e597253ddadd9f4cbcb84e58a1e7dacc 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