mirror of
https://github.com/postgres/postgres.git
synced 2025-05-02 11:44:50 +03:00
Fix typo in previous warning-silencing patch.
Fujii Masao
This commit is contained in:
parent
cbf99c7aa4
commit
87b6a3989f
@ -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…
x
Reference in New Issue
Block a user