Re: Assert for frontend programs?

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: Assert for frontend programs?
Дата
Msg-id 1355801859.30875.1.camel@vanquo.pezone.net
обсуждение исходный текст
Ответ на Re: Assert for frontend programs?  (Peter Eisentraut <peter_e@gmx.net>)
Список pgsql-hackers
cpluspluscheck is having issues with this change:

In file included from /tmp/cpluspluscheck.QEdLaR/test.cpp:3:0:
./src/include/postgres_fe.h:34:0: warning: "Assert" redefined [enabled by default]
In file included from /tmp/cpluspluscheck.QEdLaR/test.cpp:2:0:
src/include/postgres.h:673:0: note: this is the location of the previous definition

This probably rather an issue with how cpluspluscheck is set up, since
including both postgres.h and postgres_fe.h is not useful.




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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Parser Cruft in gram.y
Следующее
От: Peter Eisentraut
Дата:
Сообщение: Re: Doc patch, put RAISE USING keywords into a table