Re: pgsql: Move Assert() definitions to c.h

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: pgsql: Move Assert() definitions to c.h
Дата
Msg-id 24603.1359757680@sss.pgh.pa.us
обсуждение исходный текст
Ответ на pgsql: Move Assert() definitions to c.h  (Alvaro Herrera <alvherre@alvh.no-ip.org>)
Ответы Re: pgsql: Move Assert() definitions to c.h  (Alvaro Herrera <alvherre@2ndquadrant.com>)
Re: pgsql: Move Assert() definitions to c.h  (Alvaro Herrera <alvherre@2ndquadrant.com>)
Список pgsql-committers
Alvaro Herrera <alvherre@alvh.no-ip.org> writes:
> Move Assert() definitions to c.h

This seems a bit odd.  Why didn't you move all of postgres.h's section 3
into the new section in c.h?  The couple of declarations you left there
are neither useful nor intelligible on their own.

Also, I think there's a typo here:

+#else /* USE_ASSERT_CHECKING && FRONTEND */

Should be

+#else /* USE_ASSERT_CHECKING && !FRONTEND */

no?

            regards, tom lane


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

Предыдущее
От: Alvaro Herrera
Дата:
Сообщение: pgsql: Move Assert() definitions to c.h
Следующее
От: Alvaro Herrera
Дата:
Сообщение: Re: pgsql: Move Assert() definitions to c.h