Re: [HACKERS] Running pgindent

From: Peter T Mount <psqlhack(at)maidast(dot)demon(dot)co(dot)uk>
To: Bruce Momjian <maillist(at)candle(dot)pha(dot)pa(dot)us>
Cc: "Thomas G(dot) Lockhart" <lockhart(at)alumni(dot)caltech(dot)edu>, hackers(at)postgresql(dot)org
Subject: Re: [HACKERS] Running pgindent
Date: 1998-02-25 06:49:43
Message-ID: Pine.LNX.3.95.980225064308.12370A-100000@maidast
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Tue, 24 Feb 1998, Bruce Momjian wrote:

> OK, I have changed pgindent to reflect the new structure names, and have
> made your requested changes. For #1, if the line began with an alpha,
> and ends with a *, I remove tabs/spaces before the * and make it only
> one space. Let me know how you like the changes.
>
> I have not run it on the source yet because people are still holding
> patches.

Bruce, do you run pgindent on the java sources aswell?

If you do, a couple of points:

/* */ are as in C
/** same as /* but also marks the start of a comment (can be
html) that javadoc will place in documentation.
// Single line comment

You may want to check that it doesn't mangle the last two.

--
Peter T Mount petermount(at)earthling(dot)net or pmount(at)maidast(dot)demon(dot)co(dot)uk
Main Homepage: http://www.demon.co.uk/finder
Work Homepage: http://www.maidstone.gov.uk Work EMail: peter(at)maidstone(dot)gov(dot)uk

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Zeugswetter Andreas SARZ 1998-02-25 08:32:08 Re: [HACKERS] Using the -u switch for diff in regress.sh
Previous Message The Hermit Hacker 1998-02-25 05:30:13 Re: [HACKERS] Re: [QUESTIONS] Snapshot has not compiled in a couple of days