Re: BUG #9557: Row not visible after receiving notification - Mailing list pgsql-bugs

From Marko Tiikkaja
Subject Re: BUG #9557: Row not visible after receiving notification
Date
Msg-id 5321B217.3080905@joh.to
Whole thread Raw
In response to Re: BUG #9557: Row not visible after receiving notification  (Marko Tiikkaja <marko@joh.to>)
Responses Re: BUG #9557: Row not visible after receiving notification  (Heikki Linnakangas <hlinnakangas@vmware.com>)
List 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

pgsql-bugs by date:

Previous
From: Marko Tiikkaja
Date:
Subject: Re: BUG #9557: Row not visible after receiving notification
Next
From: majid@apsalar.com
Date:
Subject: BUG #9555: pg_dump for tables with inheritance recreates the table with the wrong order of columns