Re: APC/socket fix (final?) - Mailing list pgsql-patches

From Bruce Momjian
Subject Re: APC/socket fix (final?)
Date
Msg-id 200403271817.i2RIHBi12184@candle.pha.pa.us
Whole thread Raw
In response to APC/socket fix (final?)  (Claudio Natoli <claudio.natoli@memetrics.com>)
List pgsql-patches
This patch has been withdrawn by the author.

---------------------------------------------------------------------------

Claudio Natoli wrote:
>
> For application to HEAD.
>
> This should take care of most, if not all, cases where a backend can be
> interrupted in a blocking socket operation by a signal which itself performs
> a socket operation (which interacts badly with our APC-based signal
> implementation).
>
> ---
> Certain disclaimers and policies apply to all email sent from Memetrics.
> For the full text of these disclaimers and policies see
> <a
> href="http://www.memetrics.com/emailpolicy.html">http://www.memetrics.com/em
> ailpolicy.html</a>
>
>

[ Attachment, skipping... ]

>
> ---------------------------(end of broadcast)---------------------------
> TIP 9: the planner will ignore your desire to choose an index scan if your
>       joining column's datatypes do not match

--
  Bruce Momjian                        |  http://candle.pha.pa.us
  pgman@candle.pha.pa.us               |  (610) 359-1001
  +  If your life is a hard drive,     |  13 Roberts Road
  +  Christ can be your backup.        |  Newtown Square, Pennsylvania 19073

pgsql-patches by date:

Previous
From: "Serguei Mokhov"
Date:
Subject: Translation Updates for 7.4.x: pg_dump-ru.po.gz;psql-ru.po.gz
Next
From: Bruce Momjian
Date:
Subject: Re: compiling with ssl without thread safety still broken