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
>
>