Re: Request for supported platforms

Tom Lane <tgl@sss.pgh.pa.us>

From: Tom Lane <tgl@sss.pgh.pa.us>
To: Alessio Bragadini <alessio@albourne.com>, PostgreSQL Hackers <pgsql-hackers@postgresql.org>, Arrigo Triulzi <arrigo@albourne.com>, Adriaan Joubert <a.joubert@albourne.com>
Date: 2002-11-01T15:22:42Z
Lists: pgsql-hackers
I said:
> The alter_table diff is clearly indicative of a bug.  Can you set a
> breakpoint and discover exactly where calloc is blowing up?

Never mind, I see it: psql is doing calloc(0) when presented with a
table of zero columns.  Surprising you're the first to try it on a
platform where that returns NULL.

I've committed fixes for the other issues too, so CVS tip should now
pass cleanly on your platform.

			regards, tom lane