Re: [HACKERS] pgindent completed

2001-03-22 Thread Bruce Momjian
> > On Thu, Mar 22, 2001 at 01:25:07AM -0500, Bruce Momjian wrote: > > I have finished pgindent. We also had many old comments of the format: > > > > /* -- > > * comment > > * -- > > */ > > > > These are now the more concise: > > > > /* > >

Re: [HACKERS] pgindent completed

2001-03-22 Thread Karel Zak
On Thu, Mar 22, 2001 at 01:25:07AM -0500, Bruce Momjian wrote: > I have finished pgindent. We also had many old comments of the format: > > /* -- > * comment > * -- > */ > > These are now the more concise: > > /* > * comment > *

[HACKERS] pgindent completed

2001-03-21 Thread Bruce Momjian
I have finished pgindent. We also had many old comments of the format: /* -- * comment * -- */ These are now the more concise: /* * comment */ Also, comments with dashes are not wrapped nicely by pgindent. Some comments nee