Re: Second call for platform testing

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Second call for platform testing
Дата
Msg-id 15847.1007227537@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Second call for platform testing  (Tatsuo Ishii <t-ishii@sra.co.jp>)
Список pgsql-hackers
Tatsuo Ishii <t-ishii@sra.co.jp> writes:
> I tried 7.2b3 on SunOS 4.1.4 with gcc 2.7.1. It gives a comile error:

> pmsignal.c:47: `sig_atomic_t' undeclared (first use this function)

sig_atomic_t is required by ANSI C to be declared in <signal.h>.
Is it declared anywhere in the SunOS system headers?

I suppose we could create a configure test that detects this,
but I wonder how long we want to go on supporting platforms whose
headers aren't even minimally ANSI-compliant.
        regards, tom lane


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: Re: Call for platform testing
Следующее
От: Tom Lane
Дата:
Сообщение: Re: How to get back 7.0.x log format