Re: Re: popen and pclose redefinitions causing many warning in Windows build - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Re: popen and pclose redefinitions causing many warning in Windows build
Date
Msg-id 31703.1401294568@sss.pgh.pa.us
Whole thread Raw
In response to Re: Re: popen and pclose redefinitions causing many warning in Windows build  (Bruce Momjian <bruce@momjian.us>)
Responses Re: Re: popen and pclose redefinitions causing many warning in Windows build  (Bruce Momjian <bruce@momjian.us>)
List pgsql-hackers
Bruce Momjian <bruce@momjian.us> writes:
> I think this is caused because the variable is not defined as SOCKET. 
> The attached patch fixes this.  This should prevent the warning.

Surely that's just going to move the errors somewhere else.  The call
site still expects the argument to be int[].
        regards, tom lane



pgsql-hackers by date:

Previous
From: Alvaro Herrera
Date:
Subject: Re: Re-create dependent views on ALTER TABLE ALTER COLUMN ... TYPE?
Next
From: Dmitry Samonenko
Date:
Subject: libpq: PQexec may block indefinitly