Re: patch: ensure testdbencoding test table is dropped

Поиск
Список
Период
Сортировка
От Oliver Jowett
Тема Re: patch: ensure testdbencoding test table is dropped
Дата
Msg-id 40FCBAA9.8070601@opencloud.com
обсуждение исходный текст
Ответ на Re: patch: ensure testdbencoding test table is dropped  (Kris Jurka <books@ejurka.com>)
Ответы Re: patch: ensure testdbencoding test table is dropped  (Kris Jurka <books@ejurka.com>)
Список pgsql-jdbc
Kris Jurka wrote:
>
> On Tue, 20 Jul 2004, Oliver Jowett wrote:
>
>
>>Minor patch to make sure the testdbencoding test table is dropped
>>(otherwise it interferes with the table metadata test in subsequent runs).
>
>
> The only comment on messing with autocommit at all is "Go faster".  Other
> tests avoid using transactions unless needed, what kind of speed up are we
> looking at here?  1 second? 10?  It might just be easier to not mess with
> autocommit at all.

It does ~1800 INSERTs -- that's going to take a while with autocommit
on. Turning autocommit on for that one test adds ~15 seconds to the
testsuite run on my machine against 7.4. I think 7.3 will be worse.

-O

В списке pgsql-jdbc по дате отправления:

Предыдущее
От: Kris Jurka
Дата:
Сообщение: Re: patch: ensure testdbencoding test table is dropped
Следующее
От: Oliver Jowett
Дата:
Сообщение: Re: revisiting transaction isolation