Re: experiences with autocommit functionality in 7.3 - Mailing list pgsql-hackers

From Bruce Momjian
Subject Re: experiences with autocommit functionality in 7.3
Date
Msg-id 200210140335.g9E3ZOv02432@candle.pha.pa.us
Whole thread Raw
In response to Re: experiences with autocommit functionality in 7.3  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: experiences with autocommit functionality in 7.3  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
Tom Lane wrote:
> Barry Lind <barry@xythos.com> writes:
> > Below is the current behavior (based on a fresh pull from cvs this morning):
> > Current State               Action            End State
> > ACon and NIT                set ACon          ACon and NIT
> >                              set ACoff         ACoff and IT*
> 
> Bruce was supposed to fix this.  We agreed that a SET command would
> never initiate a transaction block on its own.  Looks like it's not
> there yet --- but IMHO the behavior should be

Well, I thought I did it, and it did work on my limited number of test
cases.  Seems you got it fully working.

--  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: Denis A Ustimenko
Date:
Subject: droped out precise time calculations in src/interfaces/libpq/fe-connect.c
Next
From: Bruce Momjian
Date:
Subject: Re: 7.3b2 ?bug? bitfromint4 is not working