Re: patch: ensure testdbencoding test table is dropped

From: Kris Jurka <books(at)ejurka(dot)com>
To: Oliver Jowett <oliver(at)opencloud(dot)com>
Cc: "pgsql-jdbc(at)postgresql(dot)org" <pgsql-jdbc(at)postgresql(dot)org>
Subject: Re: patch: ensure testdbencoding test table is dropped
Date: 2004-07-20 06:03:56
Message-ID: Pine.BSO.4.56.0407200102130.25823@leary.csoft.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

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.

Kris Jurka

In response to

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Oliver Jowett 2004-07-20 06:24:41 Re: patch: ensure testdbencoding test table is dropped
Previous Message Oliver Jowett 2004-07-20 05:32:43 patch: ensure testdbencoding test table is dropped