Re: Second call for platform testing

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
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 19:03:41
Message-ID: Pine.LNX.4.30.0111291739100.609-100000@peter.localdomain
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Cyril VELTER writes:

>
> 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).

Well, that was the end of that bright idea. There's no way to tell
AC_CHECK_SIZEOF what header files to consider. We need to put back the
#ifdef __BEOS__, it seems.

> * data dir is created with group and world access, preventing
> postmaster from starting (a simple chmod og-rwx will do)

What does the shell do with the umask call in initdb?

--
Peter Eisentraut peter_e(at)gmx(dot)net

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Peter Eisentraut 2001-11-29 19:04:15 Re: Rules
Previous Message Cyril VELTER 2001-11-29 18:40:45 Re: Second call for platform testing