Re: [COMMITTERS] pgsql: Document struct/union problem with pgindent.

Поиск
Список
Период
Сортировка
От Andrew Dunstan
Тема Re: [COMMITTERS] pgsql: Document struct/union problem with pgindent.
Дата
Msg-id 4A318A7F.70103@dunslane.net
обсуждение исходный текст
Ответы Re: [COMMITTERS] pgsql: Document struct/union problem with pgindent.  (Alvaro Herrera <alvherre@commandprompt.com>)
Re: [COMMITTERS] pgsql: Document struct/union problem with pgindent.  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers

Bruce Momjian wrote:

+ #
+ # Structure/union pointers in function prototypes and definitions have an extra
+ # space after the asterisk:
+ #
+ #    void x(struct xxc * a);


I know we should not be driven by our tools, but is there a case for a 
coding standard that requires use of a typedef name here?

cheers

andrew



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

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: AlterTableCreateToastTable API still not right for pg_migrator
Следующее
От: Alvaro Herrera
Дата:
Сообщение: Re: [COMMITTERS] pgsql: Document struct/union problem with pgindent.