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