Re: pgindent completed

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Karel Zak <zakkr(at)zf(dot)jcu(dot)cz>
Cc: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: pgindent completed
Date: 2001-03-22 15:14:14
Message-ID: 200103221514.KAA16323@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

>
> 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
> > */
>
> Hmm, intereting. What is bad on the "old" format? IMHO it's more synoptical
> for example before function, where a comment must be good visible for fast
> file browsing. Inside functions I agree with more brief version.
>
> I have macro for this in my editor, update it? :-)

These were all hand-modified. Having comments before functions was not
touched, only such comments in functions, and only where you didn't want
a heavy comment and there was no indenting that needed preserving.

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 853-3000
+ If your life is a hard drive, | 830 Blythe Avenue
+ Christ can be your backup. | Drexel Hill, Pennsylvania 19026

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Thomas Lockhart 2001-03-22 15:15:40 Re: Re: Call for platforms
Previous Message Bruce Momjian 2001-03-22 15:09:38 Re: pgindent run?