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

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Rainer Tammer <pgsql(at)spg(dot)schulergroup(dot)com>
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 17:00:04
Message-ID: 31187.1393434004@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Rainer Tammer <pgsql(at)spg(dot)schulergroup(dot)com> writes:
> So we can be pretty sure that the SIGINT does not interrupt semop() on
> AIX 71.

Looks that way :-(. It would be interesting to add a check to see if the
kill() is returning a failure indication or not. The existing code
doesn't bother because there's not really anything it can do about it,
but for this purpose it would be good to know.

regards, tom lane

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Christopher Nielsen 2014-02-27 00:10:24 Re: BUG #9342: CPU / Memory Run-away
Previous Message Heikki Linnakangas 2014-02-26 16:50:24 Re: Obsolete comment above _bt_doinsert()