Re: Second call for platform testing

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: Second call for platform testing
Дата
Msg-id Pine.LNX.4.30.0111291739100.609-100000@peter.localdomain
обсуждение исходный текст
Ответ на Re: Second call for platform testing  ("Cyril VELTER" <cyril.velter@libertysurf.fr>)
Список 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 по дате отправления:

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: Re: [GENERAL] Rules
Следующее
От: Bruce Momjian
Дата:
Сообщение: Re: Second call for platform testing