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