Re: Second call for platform testing - Mailing list pgsql-hackers

From Peter Eisentraut
Subject Re: Second call for platform testing
Date
Msg-id Pine.LNX.4.30.0111291739100.609-100000@peter.localdomain
Whole thread Raw
In response to Re: Second call for platform testing  ("Cyril VELTER" <cyril.velter@libertysurf.fr>)
List 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@gmx.net



pgsql-hackers by date:

Previous
From: Peter Eisentraut
Date:
Subject: Re: [GENERAL] Rules
Next
From: Bruce Momjian
Date:
Subject: Re: Second call for platform testing