Re: [COMMITTERS] pgsql: Add pg_noinline macro to c.h.

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: [COMMITTERS] pgsql: Add pg_noinline macro to c.h.
Дата
Msg-id 21403.1507933928@sss.pgh.pa.us
обсуждение исходный текст
Ответ на [COMMITTERS] pgsql: Add pg_noinline macro to c.h.  (Andres Freund <andres@anarazel.de>)
Ответы Re: [COMMITTERS] pgsql: Add pg_noinline macro to c.h.
Список 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 по дате отправления:

Предыдущее
От: Andres Freund
Дата:
Сообщение: [COMMITTERS] pgsql: Improve sys/catcache performance.
Следующее
От: Andres Freund
Дата:
Сообщение: Re: [COMMITTERS] pgsql: Add pg_noinline macro to c.h.