Re: pgsql: Fix thinko in previous commit - Mailing list pgsql-committers

From Alvaro Herrera
Subject Re: pgsql: Fix thinko in previous commit
Date
Msg-id 20121009041314.GC28686@alvh.no-ip.org
Whole thread Raw
In response to pgsql: Fix thinko in previous commit  (Alvaro Herrera <alvherre@alvh.no-ip.org>)
Responses Re: pgsql: Fix thinko in previous commit
List 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 by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Fix lo_import and lo_export to return useful error messages more
Next
From: Tom Lane
Date:
Subject: Re: pgsql: Fix thinko in previous commit