Re: A bad behavior under autocommit off mode - Mailing list pgsql-hackers

From Hiroshi Inoue
Subject Re: A bad behavior under autocommit off mode
Date
Msg-id 3E7937AD.AE515E70@tpf.co.jp
Whole thread Raw
In response to Re: A bad behavior under autocommit off mode  (Bruce Momjian <pgman@candle.pha.pa.us>)
Responses Re: A bad behavior under autocommit off mode  (Bruce Momjian <pgman@candle.pha.pa.us>)
List pgsql-hackers
Bruce Momjian wrote:
> 
> Hiroshi Inoue wrote:
> > > > > This patch removes that "stuff all queries into a single transaction"
> > > > > behavior and makes them function just like queries arriving separately.
> > > > > This does BREAK BACKWARD COMPATIBILITY.  However, if they want the old
> > > > > behavior, they just need to wrap BEGIN/COMMIT around the query string.
> > > >
> > > > Does the change worth the trouble ?
> > > > Please don't break BACKWARD COMPATIBILITY easily.
> > >
> > > It clearly fixes an existing bug,
> >
> > My proposal also fixes the bug though Tom objected to it.
> 
> Yes, there are other ways to fix this --- but this is the cleanest, 

I don't think so. Anyway my proposal doesn't break backward
compatibility at least.

regards,
Hiroshi Inouehttp://www.geocities.jp/inocchichichi/psqlodbc/


pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: Nested transactions: low level stuff
Next
From: Tom Lane
Date:
Subject: Re: Nested transactions: low level stuff