mirror of
https://github.com/postgres/postgres.git
synced 2025-04-24 10:47:04 +03:00
Silence compiler warning about unused variable on Windows.
This commit is contained in:
parent
918854cc08
commit
a7cb69a5a3
@ -1632,7 +1632,9 @@ keep_going: /* We will come back to here until there is
|
|||||||
|
|
||||||
if (!IS_AF_UNIX(addr_cur->ai_family))
|
if (!IS_AF_UNIX(addr_cur->ai_family))
|
||||||
{
|
{
|
||||||
|
#ifndef WIN32
|
||||||
int on = 1;
|
int on = 1;
|
||||||
|
#endif
|
||||||
int usekeepalives = useKeepalives(conn);
|
int usekeepalives = useKeepalives(conn);
|
||||||
int err = 0;
|
int err = 0;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user