Re: snapshot leak and core dump with serializable transactions

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: snapshot leak and core dump with serializable transactions
Дата
Msg-id 6865.1228313563@sss.pgh.pa.us
обсуждение исходный текст
Ответ на snapshot leak and core dump with serializable transactions  ("Pavan Deolasee" <pavan.deolasee@gmail.com>)
Ответы Re: snapshot leak and core dump with serializable transactions  ("Pavan Deolasee" <pavan.deolasee@gmail.com>)
Список pgsql-hackers
"Pavan Deolasee" <pavan.deolasee@gmail.com> writes:
> 2. In CommitTransaction(), I think we should call AtEOXact_Snapshot *before*
> releasing the resource owners.

That's absolutely wrong.  It'll complain about whatever snapshots the
owners still hold.
        regards, tom lane


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

Предыдущее
От: Magnus Hagander
Дата:
Сообщение: Re: Visibility map, partial vacuums
Следующее
От: "Hitoshi Harada"
Дата:
Сообщение: tuplestore potential performance problem