Re: [COMMITTERS] pgsql: Make the Windows tcp keepalive support depend on the existance of

2010-07-08 Thread Magnus Hagander
On Thu, Jul 8, 2010 at 18:40, Andrew Dunstan wrote: > > > Magnus Hagander wrote: >> >> Log Message: >> --- >> Make the Windows tcp keepalive support depend on the existance of the >> SIO_KEEPALIVE_VALS define instead of just WIN32, since MingW doesn't >> support this API (yet?). >> >> >> >

Re: [COMMITTERS] pgsql: Make the Windows tcp keepalive support depend on the existance of

2010-07-08 Thread Andrew Dunstan
Magnus Hagander wrote: Log Message: --- Make the Windows tcp keepalive support depend on the existance of the SIO_KEEPALIVE_VALS define instead of just WIN32, since MingW doesn't support this API (yet?). Maybe I misunderstood. I thought you were going to include the required def

[COMMITTERS] pgsql: Make the Windows tcp keepalive support depend on the existance of

2010-07-08 Thread Magnus Hagander
Log Message: --- Make the Windows tcp keepalive support depend on the existance of the SIO_KEEPALIVE_VALS define instead of just WIN32, since MingW doesn't support this API (yet?). Modified Files: -- pgsql/src/backend/libpq: pqcomm.c (r1.211 -> r1.212) (htt