From: | Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us> |
---|---|
To: | Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)us> |
Cc: | Barry Lind <barry(at)xythos(dot)com>, pgsql-hackers(at)postgresql(dot)org |
Subject: | Re: experiences with autocommit functionality in 7.3 |
Date: | 2002-10-14 03:47:49 |
Message-ID: | 5315.1034567269@sss.pgh.pa.us |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
Bruce Momjian <pgman(at)candle(dot)pha(dot)pa(dot)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
From | Date | Subject | |
---|---|---|---|
Next Message | Tom Lane | 2002-10-14 03:50:15 | Re: 7.3b2 ?bug? bitfromint4 is not working |
Previous Message | Bruce Momjian | 2002-10-14 03:46:10 | Re: \copy and identifier quoting |