Re: Re: popen and pclose redefinitions causing many warning in Windows build

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Re: popen and pclose redefinitions causing many warning in Windows build
Дата
Msg-id 31703.1401294568@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Re: popen and pclose redefinitions causing many warning in Windows build  (Bruce Momjian <bruce@momjian.us>)
Ответы Re: Re: popen and pclose redefinitions causing many warning in Windows build
Список 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 по дате отправления:

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: Re: Re-create dependent views on ALTER TABLE ALTER COLUMN ... TYPE?
Следующее
От: Dmitry Samonenko
Дата:
Сообщение: libpq: PQexec may block indefinitly