Re: Fix for error in autocommit off

Поиск
Список
Период
Сортировка
От Bruce Momjian
Тема Re: Fix for error in autocommit off
Дата
Msg-id 200303200610.h2K6AWt14882@candle.pha.pa.us
обсуждение исходный текст
Ответ на Re: Fix for error in autocommit off  (Tom Lane <tgl@sss.pgh.pa.us>)
Список pgsql-hackers
I have suppressChain behaving just like it does in
CommitTransactionCommand().  That should do it.

---------------------------------------------------------------------------

Tom Lane wrote:
> Bruce Momjian <pgman@candle.pha.pa.us> writes:
> > I wasn't sure how to handle it.  Is the attached patch correct?
> 
> Do I have to wade through a thousand lines of Windows hacks to find out?
> suppressChain should force autocommit-on behavior, it's not hard...
> 
>             regards, tom lane
> 

--  Bruce Momjian                        |  http://candle.pha.pa.us pgman@candle.pha.pa.us               |  (610)
359-1001+  If your life is a hard drive,     |  13 Roberts Road +  Christ can be your backup.        |  Newtown Square,
Pennsylvania19073
 


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: Fix for error in autocommit off
Следующее
От: Alvaro Herrera
Дата:
Сообщение: Re: Nested transactions: low level stuff