Re: Request for supported platforms

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Alessio Bragadini <alessio(at)albourne(dot)com>, PostgreSQL Hackers <pgsql-hackers(at)postgresql(dot)org>, Arrigo Triulzi <arrigo(at)albourne(dot)com>, Adriaan Joubert <a(dot)joubert(at)albourne(dot)com>
Subject: Re: Request for supported platforms
Date: 2002-11-01 15:22:42
Message-ID: 26017.1036164162@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
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

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Andrew Sullivan 2002-11-01 15:30:09 Re: Interesting VACUUM notice
Previous Message Tom Lane 2002-11-01 14:27:47 Re: Request for supported platforms