Re: LISTEN/NOTIFY race condition?

Lists: pgsql-bugs
From: Laurent Birtz <laurent(dot)birtz(at)kryptiva(dot)com>
To: pgsql-bugs(at)postgresql(dot)org
Subject: Re: LISTEN/NOTIFY race condition?
Date: 2008-03-12 14:02:34
Message-ID: 47D7E27A.3090905@kryptiva.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-bugs

Tom Lane wrote:
> This patch will apply against HEAD and 8.3, but not cleanly against
> prior versions. Since this code hasn't changed materially (except for
> additions of subtransaction and 2PC support) for a long time,
> back-patching should be straightforward, but I haven't actually done
> that yet.
>
> Comments?
>

I've reviewed the patch briefly and tested it against my version
of Postgres (8.3/Debian) and the test program I wrote to
reproduce the bug. I confirm the test program works fine.

Thanks for the quick fix!
Laurent Birtz