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>
Cc: 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 14:27:47
Message-ID: 24418.1036160867@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Alessio Bragadini <alessio(at)albourne(dot)com> writes:
> On Thu, 2002-10-31 at 18:53, Tom Lane wrote:
>> Evidently main.c needs "#include <errno.h>" added.

> I wonder what have changed since Beta2 that compiled fine...

That is odd. main.c itself certainly has not changed.

> Done, and now it builds (I've limited the test to native cc compiler for
> now). But it doesn't pass two regression tests, float8 and alter_table.
> The diffs seem to me non-trivial, I've attached the results.

The float8 diff appears to be because new test cases were added to
float8.sql, but not all the float8 output variants were updated to match
:-(. I will take care of that.

The alter_table diff is clearly indicative of a bug. Can you set a
breakpoint and discover exactly where calloc is blowing up? (For lack
of a better idea, I'm going to guess that calloc rejects a zero argument
on your platform.)

regards, tom lane

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2002-11-01 15:22:42 Re: Request for supported platforms
Previous Message Oliver Elphick 2002-11-01 12:34:08 Re: PG functions in Java: maybe use gcj?