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

From Tom Lane
Subject Re: experiences with autocommit functionality in 7.3
Date
Msg-id 5315.1034567269@sss.pgh.pa.us
Whole thread Raw
In response to Re: experiences with autocommit functionality in 7.3  (Bruce Momjian <pgman@candle.pha.pa.us>)
Responses Re: experiences with autocommit functionality in 7.3  (Bruce Momjian <pgman@candle.pha.pa.us>)
List pgsql-hackers
Bruce Momjian <pgman@candle.pha.pa.us> writes:
> Well, I thought I did it, and it did work on my limited number of test
> cases.  Seems you got it fully working.

Actually, it failed for me (and evidently for Barry) on exactly the test
case you posted along with the patch.  You said

> test=> set autocommit = off;
> SET
> test=> commit;
> WARNING:  COMMIT: no transaction in progress
> COMMIT

but in fact I saw the COMMIT succeeding without complaint.  I was
meaning to ask you just what code you'd tested, because this morning's
CVS tip did *not* behave as above.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: \copy and identifier quoting
Next
From: Tom Lane
Date:
Subject: Re: 7.3b2 ?bug? bitfromint4 is not working