From: | Rainer Tammer <pgsql(at)spg(dot)schulergroup(dot)com> |
---|---|
To: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
Cc: | pgsql-bugs(at)postgresql(dot)org, cbbrowne(at)gmail(dot)com |
Subject: | Re: Problem with PostgreSQL 9.2.7 and make check on AIX 7.1 |
Date: | 2014-02-26 15:56:20 |
Message-ID: | 530E0EA4.8080304@spg.schulergroup.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | 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(at)spg(dot)schulergroup(dot)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
>
>
From | Date | Subject | |
---|---|---|---|
Next Message | Heikki Linnakangas | 2014-02-26 16:50:24 | Re: Obsolete comment above _bt_doinsert() |
Previous Message | Rainer Tammer | 2014-02-26 15:21:12 | Re: Problem with PostgreSQL 9.2.7 and make check on AIX 7.1 |