Re: [COMMITTERS] pgsql: Document struct/union problem with pgindent. - Mailing list pgsql-hackers

From Andrew Dunstan
Subject Re: [COMMITTERS] pgsql: Document struct/union problem with pgindent.
Date
Msg-id 4A318A7F.70103@dunslane.net
Whole thread Raw
Responses 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>)
List 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 by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: AlterTableCreateToastTable API still not right for pg_migrator
Next
From: Alvaro Herrera
Date:
Subject: Re: [COMMITTERS] pgsql: Document struct/union problem with pgindent.