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

Поиск
Список
Период
Сортировка
От Marko Tiikkaja
Тема Re: BUG #9557: Row not visible after receiving notification
Дата
Msg-id 5321B217.3080905@joh.to
обсуждение исходный текст
Ответ на Re: BUG #9557: Row not visible after receiving notification  (Marko Tiikkaja <marko@joh.to>)
Ответы Re: BUG #9557: Row not visible after receiving notification  (Heikki Linnakangas <hlinnakangas@vmware.com>)
Список 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 по дате отправления:

Предыдущее
От: Marko Tiikkaja
Дата:
Сообщение: Re: BUG #9557: Row not visible after receiving notification
Следующее
От: majid@apsalar.com
Дата:
Сообщение: BUG #9555: pg_dump for tables with inheritance recreates the table with the wrong order of columns