Re: Static snapshot data

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Static snapshot data
Дата
Msg-id 24669.1053388856@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Static snapshot data  (Alvaro Herrera <alvherre@dcc.uchile.cl>)
Список pgsql-hackers
Alvaro Herrera <alvherre@dcc.uchile.cl> writes:
> But there are a lot of things to do before nested transactions become a
> reality.  For example there is need to abort any transaction, including
> possible subtransactions, in the case of deadlock.  How is this supposed
> to be?  Do we abort the whole transaction tree?  Do we abort only the
> branch of the tree that has the needed locks?

Deadlock is not different from any other elog(ERROR) condition: you
abort the innermost transaction.
        regards, tom lane


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

Предыдущее
От: Doug McNaught
Дата:
Сообщение: Re: Text format protocol representation
Следующее
От: Tom Lane
Дата:
Сообщение: Re: Text format protocol representation