Re: Problem with PostgreSQL 9.2.7 and make check on AIX 7.1

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Problem with PostgreSQL 9.2.7 and make check on AIX 7.1
Дата
Msg-id 8974.1393354023@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Problem with PostgreSQL 9.2.7 and make check on AIX 7.1  (Rainer Tammer <pgsql@spg.schulergroup.com>)
Ответы Re: Problem with PostgreSQL 9.2.7 and make check on AIX 7.1  (Rainer Tammer <pgsql@spg.schulergroup.com>)
Re: Problem with PostgreSQL 9.2.7 and make check on AIX 7.1  (Rainer Tammer <pgsql@spg.schulergroup.com>)
Список pgsql-bugs
Rainer Tammer <pgsql@spg.schulergroup.com> writes:
> The semop() should be interrupted by SIGINT, right?

Yeah.  Note that we're expecting the SIGINT handler to do a longjmp,
so that it doesn't matter whether or not the semop would choose to
resume waiting after a signal.  But it has to execute the handler.

            regards, tom lane

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

Предыдущее
От: Rainer Tammer
Дата:
Сообщение: Re: Problem with PostgreSQL 9.2.7 and make check on AIX 7.1
Следующее
От: Rainer Tammer
Дата:
Сообщение: Re: Problem with PostgreSQL 9.2.7 and make check on AIX 7.1