Re: pgsql: Fix thinko in previous commit

Поиск
Список
Период
Сортировка
От Alvaro Herrera
Тема Re: pgsql: Fix thinko in previous commit
Дата
Msg-id 20121009041314.GC28686@alvh.no-ip.org
обсуждение исходный текст
Ответ на pgsql: Fix thinko in previous commit  (Alvaro Herrera <alvherre@alvh.no-ip.org>)
Ответы Re: pgsql: Fix thinko in previous commit  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-committers
Alvaro Herrera wrote:
> Fix thinko in previous commit
>
> Since postgres.h includes palloc.h, definitions that affect the latter
> must be present before the former is included.

Spoonbill is still failing.  I don't really understand what's going on
there -- I'll research further as best as I can.

(It seems to me that spoonbill is disabling USE_INLINE because of new
warnings that are probably caused by the FORTIFY_SOURCE stuff.  This
seems to be interacting strangely with the new uses of USE_INLINE in the
headers I modified.)

--
Álvaro Herrera                http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Training & Services


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: pgsql: Fix lo_import and lo_export to return useful error messages more
Следующее
От: Tom Lane
Дата:
Сообщение: Re: pgsql: Fix thinko in previous commit