Re: static-if-inline

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: static-if-inline
Дата
Msg-id 2638.1349712292@sss.pgh.pa.us
обсуждение исходный текст
Ответ на static-if-inline  (Alvaro Herrera <alvherre@2ndquadrant.com>)
Список pgsql-hackers
Alvaro Herrera <alvherre@2ndquadrant.com> writes:
> What's being done in this patch is exactly what would be done in the
> ilist code.  So if there are problems with this, please speak up.

Stylistic gripe: in palloc.h you didn't follow the pattern of#ifndef USE_INLINEextern ...#endif
before (rather than after) the function definitions.  Nitpicky I know,
but if we're trying to create a pattern, we should be consistent.

The comment added in c.h has some grammar issues, too.  Looks good
otherwise.
        regards, tom lane



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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Warnings from fwrite() in git head
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Warnings from fwrite() in git head