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-25 18:47:03
Message-ID: 8974.1393354023@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:
> 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

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Rainer Tammer 2014-02-25 19:00:59 Re: Problem with PostgreSQL 9.2.7 and make check on AIX 7.1
Previous Message Rainer Tammer 2014-02-25 18:43:53 Re: Problem with PostgreSQL 9.2.7 and make check on AIX 7.1