mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-02-05 19:09:58 +08:00
Fix typo in previous warning-silencing patch.
Fujii Masao
This commit is contained in:
parent
8a7598091a
commit
779f80b75d
@ -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_usec = usecs;
|
||||
timeoutptr = &timeout;
|
||||
}
|
||||
else
|
||||
|
Loading…
Reference in New Issue
Block a user