Re: pgsql: Allow psql multi-line column values to align - Mailing list pgsql-committers

From Bruce Momjian
Subject Re: pgsql: Allow psql multi-line column values to align
Date
Msg-id 200602101628.k1AGSYn03794@candle.pha.pa.us
Whole thread Raw
In response to Re: pgsql: Allow psql multi-line column values to align  (Kris Jurka <books@ejurka.com>)
List pgsql-committers
I think Tom fixed the final difference in pgcryto.  We should be fine now.

---------------------------------------------------------------------------

Kris Jurka wrote:
>
>
> On Thu, 9 Feb 2006, Bruce Momjian wrote:
>
> > Log Message:
> > -----------
> > Allow psql multi-line column values to align in the proper columns
> >
>
> There is a problem with this on AIX.
>
> http://pgbuildfarm.org/cgi-bin/show_log.pl?nm=asp&dt=2006-02-10%2006:23:00
>
> For tables that have no columns AIX thinks it has an out of memory error.
> src/bin/psql/print.c:pg_local_calloc bails out if calloc returns NULL.  I
> believe AIX is returning NULL for calloc with a count of zero.  Efforts
> are made not to call pg_local_calloc with a count of zero, but one place
> is missed, the attached patch fixes that.
>
> Additionally there are a whole lot of of signedness warnings introduced
> which I've attached.
>
> Kris Jurka

Content-Description:

[ Attachment, skipping... ]

Content-Description:

[ Attachment, skipping... ]

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

pgsql-committers by date:

Previous
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Clean up some signedness warnings.
Next
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Change search for default operator classes so that it examines