Re: BUG #9557: Row not visible after receiving notification

From: Marko Tiikkaja <marko(at)joh(dot)to>
To: pgsql-bugs(at)postgresql(dot)org
Subject: Re: BUG #9557: Row not visible after receiving notification
Date: 2014-03-13 13:26:47
Message-ID: 5321B217.3080905@joh.to
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

On 3/13/14 1:55 PM, I wrote:
> This would explain it, as I don't see the notification code checking
> whether the transaction is still in PGPROC, just calling
> TransactionIdDidCommit().

And as predicted, adding a call to TransactionIdIsInProgress() in
asyncQueueProcessPageEntries makes the problem go away.

Regards,
Marko Tiikkaja

In response to

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message Heikki Linnakangas 2014-03-13 13:45:30 Re: BUG #9557: Row not visible after receiving notification
Previous Message Marko Tiikkaja 2014-03-13 12:55:11 Re: BUG #9557: Row not visible after receiving notification