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
Дата
Msg-id 530E0EA4.8080304@spg.schulergroup.com
обсуждение исходный текст
Ответ на Re: Problem with PostgreSQL 9.2.7 and make check on AIX 7.1  (Tom Lane <tgl@sss.pgh.pa.us>)
Ответы Re: Problem with PostgreSQL 9.2.7 and make check on AIX 7.1  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-bugs
Hello,
Here is the result of a working test in AIX 6.1:

ERROR:  canceling statement due to statement timeout
STATEMENT:  SELECT * FROM pxtest3;
LOG:  kill PID: 4259914 at character 15   <- the signal is send
STATEMENT:  SELECT * FROM pxtest3;
LOG:  StatementCancelHandler() - entered MyProcPid: 4259914 at character
15  <--  the signal is received
STATEMENT:  SELECT * FROM pxtest3;

So we can be pretty sure that the SIGINT does not interrupt semop() on
AIX 71.

I will also send this information to IBM.

Bye
  Rainer

On 26.02.2014 16:20, Tom Lane wrote:
> Rainer Tammer <pgsql@spg.schulergroup.com> writes:
>> I can log the PIDs. Is there a way to send something to the server log
>> (during make check) which does not show up on the test output?
> Sure, use elog(LOG, ...)
>
>             regards, tom lane
>
>

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

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