Re: new initdb.c available - Mailing list pgsql-hackers

From Bruce Momjian
Subject Re: new initdb.c available
Date
Msg-id 200310070142.h971gnB05868@candle.pha.pa.us
Whole thread Raw
In response to Re: new initdb.c available  (Andrew Dunstan <andrew@dunslane.net>)
List pgsql-hackers
Andrew Dunstan wrote:
> 
> Thanks. I will attend to most of this. A couple of points:
> 
> . using "wb" for writing out on Windows is so that we don't get Windows' 
> gratuitous addition of carriage returns. I will document that.
> . I can't use do { stuff; } while(0) for a macro that does declarations 
> - the declarations would be local to the do block.
> 
> Doesn't pg_indent do the spacing for us when code is merged? I guess I 
> can get BSD indent - my Linux box only has GNU indent. If indent won't 
> do spacing I'll go through and do it by hand.

Patched BSD indent is our our ftp server.  It is mentioned in the
pgindent README in current CVS.

--  Bruce Momjian                        |  http://candle.pha.pa.us pgman@candle.pha.pa.us               |  (610)
359-1001+  If your life is a hard drive,     |  13 Roberts Road +  Christ can be your backup.        |  Newtown Square,
Pennsylvania19073
 


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: new initdb.c available
Next
From: Hannu Krosing
Date:
Subject: Re: Architecture Roadmap?