Re: [COMMITTERS] pgsql: Allow psql multi-line column values to align - Mailing list pgsql-patches

From Martijn van Oosterhout
Subject Re: [COMMITTERS] pgsql: Allow psql multi-line column values to align
Date
Msg-id 20060210171607.GC576@svana.org
Whole thread Raw
In response to Re: [COMMITTERS] pgsql: Allow psql multi-line column values  (Bruce Momjian <pgman@candle.pha.pa.us>)
Responses Re: [COMMITTERS] pgsql: Allow psql multi-line column values to align
List pgsql-patches
On Fri, Feb 10, 2006 at 12:09:13PM -0500, Bruce Momjian wrote:
> Tom Lane wrote:
> > Bruce Momjian <pgman@candle.pha.pa.us> writes:
> > > Martijn van Oosterhout wrote:
> > >> I'll try to address these warnings (unless someone beats me to it).
> >
> > > I am looking at it now but I can't find the compiler flag to get those
> > > warnings.  I am gcc 2.95.3.
> >
> > You'd need a newer compiler.
>
> gcc -pedantic is showing it to me.

Thanks for the tip. I'm currently merging CVS with my version and
getting a lot of conflicts (whitespace variations).

It's fairly simple changes AFAICS. Just need to fix the declarations of
a few variables.
--
Martijn van Oosterhout   <kleptog@svana.org>   http://svana.org/kleptog/
> Patent. n. Genius is 5% inspiration and 95% perspiration. A patent is a
> tool for doing 5% of the work and then sitting around waiting for someone
> else to do the other 95% so you can sue them.

Attachment

pgsql-patches by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: [COMMITTERS] pgsql: Allow psql multi-line column values
Next
From: Martijn van Oosterhout
Date:
Subject: Re: [COMMITTERS] pgsql: Allow psql multi-line column values to align