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

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: Bruce Momjian <momjian(at)postgresql(dot)org>
Cc: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: [COMMITTERS] pgsql: Document struct/union problem with pgindent.
Date: 2009-06-11 22:51:43
Message-ID: 4A318A7F.70103@dunslane.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers 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

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Alvaro Herrera 2009-06-11 22:54:54 Re: [COMMITTERS] pgsql: Document struct/union problem with pgindent.
Previous Message Bruce Momjian 2009-06-11 22:21:44 pgsql: Document struct/union problem with pgindent.

Browse pgsql-hackers by date

  From Date Subject
Next Message Alvaro Herrera 2009-06-11 22:54:54 Re: [COMMITTERS] pgsql: Document struct/union problem with pgindent.
Previous Message Bruce Momjian 2009-06-11 22:29:17 Re: AlterTableCreateToastTable API still not right for pg_migrator