Re: Request for supported platforms - Mailing list pgsql-hackers

From Tom Lane
Subject Re: Request for supported platforms
Date
Msg-id 26017.1036164162@sss.pgh.pa.us
Whole thread Raw
In response to Re: Request for supported platforms  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: Request for supported platforms  (Alessio Bragadini <alessio@albourne.com>)
List 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


pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: Request for supported platforms
Next
From: Andrew Sullivan
Date:
Subject: Re: Interesting VACUUM notice