mirror of
https://github.com/postgres/postgres.git
synced 2025-05-03 22:24:49 +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 */
|
timeout.tv_sec = 1; /* Always sleep at least 1 sec */
|
||||||
else
|
else
|
||||||
timeout.tv_sec = secs;
|
timeout.tv_sec = secs;
|
||||||
timeout.tv_sec = usecs;
|
timeout.tv_usec = usecs;
|
||||||
timeoutptr = &timeout;
|
timeoutptr = &timeout;
|
||||||
}
|
}
|
||||||
else
|
else
|
||||||
|
Loading…
x
Reference in New Issue
Block a user