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 [EMAIL PROTECTED] | (610) 359-1001 + If your life is a hard drive, | 13 Roberts Road + Christ can be your backup. | Newtown Square, Pennsylvania 19073 ---------------------------(end of broadcast)--------------------------- TIP 4: Don't 'kill -9' the postmaster