Re: Nested Transaction TODO list

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: Nested Transaction TODO list
Дата
Msg-id 26794.1088910776@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: Nested Transaction TODO list  (Oliver Jowett <oliver@opencloud.com>)
Ответы Re: Nested Transaction TODO list
Re: Nested Transaction TODO list
Список pgsql-hackers
Oliver Jowett <oliver@opencloud.com> writes:
> Tom Lane wrote:
>> I haven't looked at JDBC, but at least in the libpq code, what we could
>> safely do is extend the existing no transaction/in transaction/in failed
>> transaction field to provide a five-way distinction: those three cases
>> plus in subtransaction/in failed subtransaction.

> This will break the existing JDBC driver in nonobvious ways: the current 
> code silently ignores unhandled transaction states in ReadyForQuery,

Drat.  Scratch that plan then.  (Still, silently ignoring unrecognized
states probably wasn't a good idea for the JDBC code...)
        regards, tom lane


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

Предыдущее
От: Oliver Jowett
Дата:
Сообщение: Re: [Re] Re: PREPARE and transactions
Следующее
От: Mike Mascari
Дата:
Сообщение: Re: LinuxTag wrapup