Re: patch: ensure testdbencoding test table is dropped - Mailing list pgsql-jdbc

From Oliver Jowett
Subject Re: patch: ensure testdbencoding test table is dropped
Date
Msg-id 40FCBAA9.8070601@opencloud.com
Whole thread Raw
In response to Re: patch: ensure testdbencoding test table is dropped  (Kris Jurka <books@ejurka.com>)
Responses Re: patch: ensure testdbencoding test table is dropped
List 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 by date:

Previous
From: Kris Jurka
Date:
Subject: Re: patch: ensure testdbencoding test table is dropped
Next
From: Oliver Jowett
Date:
Subject: Re: revisiting transaction isolation