Re: pgsql/ ontrib/pg_dumplo/lo_export.c ontrib/pg_ ...

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: The Hermit Hacker <scrappy(at)hub(dot)org>
Cc: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>, pgsql-committers(at)postgresql(dot)org
Subject: Re: pgsql/ ontrib/pg_dumplo/lo_export.c ontrib/pg_ ...
Date: 2001-03-22 17:55:17
Message-ID: 200103221755.MAA05524@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

> On Thu, 22 Mar 2001, Bruce Momjian wrote:
>
> > > Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> writes:
> > > > I am a little confused on this one. You like the earlier one because
> > > > you don't like the equals breaking on the line?
> > >
> > > Exactly.
> >
> > How about if it was key1=key2. Is it OK for you without spaces? That
> > would not wrap, and I can put it on my cleanup list for next time.
>
> so, if it had been 'key1 != key2', then we'd make it less legible by
> making it 'key1!=key2'?

Yea, kind of bad, huh? That is the only way to prevent the comment
wrapping, unless we add /* --- to those comments.

--
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

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2001-03-22 18:13:16 Re: pgsql/ ontrib/pg_dumplo/lo_export.c ontrib/pg_ ...
Previous Message Tom Lane 2001-03-22 17:41:47 pgsql/src/backend parser/scan.l nodes/read.c u ...