| From: | Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> |
|---|---|
| To: | PostgreSQL-development <pgsql-hackers(at)postgreSQL(dot)org> |
| Subject: | pgindent completed |
| Date: | 2001-03-22 06:25:07 |
| Message-ID: | 200103220625.BAA14070@candle.pha.pa.us |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-hackers |
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 need dashes to preserver layout, but many did not need them. I
ran pgindent to re-wrap those.
--
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
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Bruce Momjian | 2001-03-22 06:29:50 | run of pgindent |
| Previous Message | Roberto Mello | 2001-03-22 06:02:17 | Re: Migration - Linux/pgSQL/PHP (type,version) |