Re: execl() sentinel

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: execl() sentinel
Дата
Msg-id 200707180827.18123.peter_e@gmx.net
обсуждение исходный текст
Ответ на Re: execl() sentinel  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: execl() sentinel
Список pgsql-patches
Tom Lane wrote:
> It's too bad that gcc doesn't have a
> -Wno-snarkiness-about-system-headers-thank-you switch.

It does have a switch to *add* snarkiness about system headers, but does
not do it by default.

The problem in this case is that an uncast null pointer constant is not
always a sufficient sentinel for variadic functions, as explained here:
<http://c-faq.com/null/null2.html>.

--
Peter Eisentraut
http://developer.postgresql.org/~petere/

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

Предыдущее
От: ITAGAKI Takahiro
Дата:
Сообщение: Re: docfix - DELETE doesn't affect auto-analyze
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: Async Commit, v21 (now: v22)