Re: sqlca warning (was Re: IFNULL -> COALESCE)

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: sqlca warning (was Re: IFNULL -> COALESCE)
Дата
Msg-id 15786.1013464736@sss.pgh.pa.us
обсуждение исходный текст
Ответ на sqlca warning (was Re: IFNULL -> COALESCE)  (Peter Eisentraut <peter_e@gmx.net>)
Список pgsql-hackers
Peter Eisentraut <peter_e@gmx.net> writes:
> As it stands, sqlca will actually be included twice, so the warning has
> some merit.  But it might be better to actually prevent the second
> inclusion.

Why?  sqlca.h has an #ifndef guard, so there's no harm done.  I'd vote
for just suppressing the check and notice completely.
        regards, tom lane


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

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: sqlca warning (was Re: IFNULL -> COALESCE)
Следующее
От: Tom Lane
Дата:
Сообщение: Re: GiST on 64-bit box