mirror of
https://github.com/postgres/postgres.git
synced 2025-06-27 23:21:58 +03:00
Fix typo in previous warning-silencing patch.
Fujii Masao
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user