Re: Second call for platform testing

From: Thomas Lockhart <lockhart(at)fourpalms(dot)org>
To: Cyril VELTER <cyril(dot)velter(at)libertysurf(dot)fr>
Cc: PostgreSQL Hackers Mailing List <pgsql-hackers(at)postgresql(dot)org>, "Bruno G(dot) Albuquerque" <bga(at)bug-br(dot)org(dot)br>
Subject: Re: Second call for platform testing
Date: 2001-11-29 13:07:16
Message-ID: 3C063304.8C225A88@fourpalms.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

> I just tested the BeOS port (and updated the regression test database).
> Two little tweaks are needed to make it compile and install :
> * int8/uint8 and int64/uint64 are not detected properly by configure
> (they are declared in SupportDefs.h on beos).
> * data dir is created with group and world access, preventing
> postmaster from starting (a simple chmod og-rwx will do)
> The regression test pass without any error.

Great! Can the int8 detection be helped with a patch to get the right
include file?

- Thomas

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Larry Rosenman 2001-11-29 13:30:53 Re: Second call for platform testing
Previous Message Thomas Lockhart 2001-11-29 12:52:41 Re: Second call for platform testing