Re: experiences with autocommit functionality in 7.3

Поиск
Список
Период
Сортировка
От Tom Lane
Тема Re: experiences with autocommit functionality in 7.3
Дата
Msg-id 5315.1034567269@sss.pgh.pa.us
обсуждение исходный текст
Ответ на Re: experiences with autocommit functionality in 7.3  (Bruce Momjian <pgman@candle.pha.pa.us>)
Ответы Re: experiences with autocommit functionality in 7.3  (Bruce Momjian <pgman@candle.pha.pa.us>)
Список 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 по дате отправления:

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: \copy and identifier quoting
Следующее
От: Tom Lane
Дата:
Сообщение: Re: 7.3b2 ?bug? bitfromint4 is not working