Re: pgsql: Improve comments for AdjustIntervalForTypmod.

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: pgsql-committers(at)postgresql(dot)org
Subject: Re: pgsql: Improve comments for AdjustIntervalForTypmod.
Date: 2005-07-13 04:45:42
Message-ID: 200507130445.j6D4jgS19180@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Tom Lane wrote:
> momjian(at)svr1(dot)postgresql(dot)org (Bruce Momjian) writes:
> > Improve comments for AdjustIntervalForTypmod.
> > Blank line adjustments.
>
> BTW, every one of those bizarre spacings you just fixed was introduced
> by pgindent; so you are wasting your time unless you also fix pgindent.

Oh, I didn't realize that was broken. pgindent fixed. I already had
code in there to fix blank lines before #endif, and I just extended it
to #else. Thanks.

--
Bruce Momjian | http://candle.pha.pa.us
pgman(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073

In response to

Browse pgsql-committers by date

  From Date Subject
Next Message User Okbob 2005-07-13 12:33:01 orafce - orafce: I add fmt parametrized functions trunc and round for
Previous Message Bruce Momjian 2005-07-13 04:44:42 pgsql: Fix pgindent to not have blank line before #else in variable