Re: Raising our compiler requirements for 9.6 - Mailing list pgsql-hackers

From Noah Misch
Subject Re: Raising our compiler requirements for 9.6
Date
Msg-id 20150812023440.GA1940458@tornado.leadboat.com
Whole thread Raw
In response to Re: Raising our compiler requirements for 9.6  (Andres Freund <andres@anarazel.de>)
Responses Re: Raising our compiler requirements for 9.6  (Andres Freund <andres@anarazel.de>)
Re: Raising our compiler requirements for 9.6  (Robert Haas <robertmhaas@gmail.com>)
List pgsql-hackers
On Tue, Aug 11, 2015 at 01:04:48PM +0200, Andres Freund wrote:
> On 2015-08-05 15:46:36 +0200, Andres Freund wrote:
> > On 2015-08-05 15:08:29 +0200, Andres Freund wrote:
> > > We might later want to change some of the harder to maintain macros to
> > > inline functions, but that seems better done separately.
> > 
> > Here's a conversion for fastgetattr() and heap_getattr()

> Slightly updated version attached.

> In my opinion this drastically increases readability and thus should be
> applied. Will do so sometime tomorrow unless there's protest.

-1 to introducing more inline functions before committable code replaces what
you've already pushed for this thread.



pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: can't coax query planner into using all columns of a gist index
Next
From: Amit Kapila
Date:
Subject: Re: Reducing ClogControlLock contention