Re: execl() sentinel

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: execl() sentinel
Дата
Msg-id 5422.1184730017@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: execl() sentinel  (Bruce Momjian <bruce@momjian.us>)
Ответы Re: execl() sentinel  (Peter Eisentraut <peter_e@gmx.net>)
Список pgsql-patches
Bruce Momjian <bruce@momjian.us> writes:
> Alvaro Herrera wrote:
>> pg_regress.c: In function `spawn_process':
>> pg_regress.c:914: warning: missing sentinel in function call

> You can apply this, but it sure seems like a compiler/include file bug
> to me, even with the 64-bit explaination.

There are lots of platforms where the include files and the compiler are
not all that compatible, gcc + vendor include files being the prototype
case.  It's too bad that gcc doesn't have a
-Wno-snarkiness-about-system-headers-thank-you switch.

            regards, tom lane

В списке pgsql-patches по дате отправления:

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: docfix - DELETE doesn't affect auto-analyze
Следующее
От: Tom Lane
Дата:
Сообщение: Re: docfix - DELETE doesn't affect auto-analyze