Re: simple_heap_update: tuple concurrently updated -- during INSERT

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: simple_heap_update: tuple concurrently updated -- during INSERT
Дата
Msg-id 24720.1086879787@sss.pgh.pa.us
обсуждение исходный текст
Ответ на simple_heap_update: tuple concurrently updated -- during INSERT  ("SZŰCS Gábor" <surrano@mailbox.hu>)
Список pgsql-hackers
"SZŰCS Gábor" <surrano@mailbox.hu> writes:
> The only thing I still don't understand is the "not in in-progress
> state" thing.

At the point where it's trying to send a NOTIFY, it's partially out
of its transaction --- the state has become TRANS_COMMIT instead of
TRANS_INPROGRESS.  Thus the warning.  It's no big deal.
        regards, tom lane


В списке pgsql-hackers по дате отправления:

Предыдущее
От: Shridhar Daithankar
Дата:
Сообщение: Re: Why frequently updated tables are an issue
Следующее
От: Josh Berkus
Дата:
Сообщение: Re: Frequently updated tables