Re: Fix for error in autocommit off - Mailing list pgsql-hackers

From Bruce Momjian
Subject Re: Fix for error in autocommit off
Date
Msg-id 200303200610.h2K6AWt14882@candle.pha.pa.us
Whole thread Raw
In response to Re: Fix for error in autocommit off  (Tom Lane <tgl@sss.pgh.pa.us>)
List 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 by date:

Previous
From: Tom Lane
Date:
Subject: Re: Fix for error in autocommit off
Next
From: Alvaro Herrera
Date:
Subject: Re: Nested transactions: low level stuff