Re: Race condition with notifications

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Scott Ribe <scott_ribe(at)killerbytes(dot)com>
Cc: pgsql-general <pgsql-general(at)postgresql(dot)org>
Subject: Re: Race condition with notifications
Date: 2008-05-05 02:48:12
Message-ID: 14704.1209955692@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Scott Ribe <scott_ribe(at)killerbytes(dot)com> writes:
>> Possibly you got bit by the recently-fixed LISTEN/NOTIFY race condition?
>> http://archives.postgresql.org/pgsql-bugs/2008-03/msg00094.php
>> IIRC this could only be a problem if your listener had only just started
>> listening, though.

> - Geez, I realize I forget to state the version I'm using: 3.1.

You mean 8.3.1? That does contain the aforementioned patch, so whatever
you're seeing is something new. Please see if you can put together a
self-contained test case.

regards, tom lane

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Nathan Thatcher 2008-05-05 03:53:01 Re: Custom C function - is palloc broken?
Previous Message Scott Ribe 2008-05-05 02:37:30 Re: Race condition with notifications