Re: [COMMITTERS] pgsql: Add pg_noinline macro to c.h. - Mailing list pgsql-committers

From Tom Lane
Subject Re: [COMMITTERS] pgsql: Add pg_noinline macro to c.h.
Date
Msg-id 21403.1507933928@sss.pgh.pa.us
Whole thread Raw
In response to [COMMITTERS] pgsql: Add pg_noinline macro to c.h.  (Andres Freund <andres@anarazel.de>)
Responses Re: [COMMITTERS] pgsql: Add pg_noinline macro to c.h.  (Andres Freund <andres@anarazel.de>)
List pgsql-committers
Andres Freund <andres@anarazel.de> writes:
> Add pg_noinline macro to c.h.

I think you want this to be parenthesized so that pgindent doesn't
go nuts when you use it.  At least, that was the reason why
pg_attribute_noreturn() has parens.  Even if the current version
of pgindent doesn't have that problem, I would argue that consistency
demands that you spell this pg_attribute_noinline().
        regards, tom lane


-- 
Sent via pgsql-committers mailing list (pgsql-committers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-committers

pgsql-committers by date:

Previous
From: Andres Freund
Date:
Subject: [COMMITTERS] pgsql: Improve sys/catcache performance.
Next
From: Andres Freund
Date:
Subject: Re: [COMMITTERS] pgsql: Add pg_noinline macro to c.h.