Re: Fix for error in autocommit off

From: Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us>
To: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
Cc: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Fix for error in autocommit off
Date: 2003-03-20 06:10:31
Message-ID: 200303200610.h2K6AWt14882@candle.pha.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers


I have suppressChain behaving just like it does in
CommitTransactionCommand(). That should do it.

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

Tom Lane wrote:
> Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)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(at)candle(dot)pha(dot)pa(dot)us | (610) 359-1001
+ If your life is a hard drive, | 13 Roberts Road
+ Christ can be your backup. | Newtown Square, Pennsylvania 19073

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Alvaro Herrera 2003-03-20 06:24:39 Re: Nested transactions: low level stuff
Previous Message Tom Lane 2003-03-20 06:07:04 Re: Fix for error in autocommit off