From: | "Kevin Grittner" <Kevin(dot)Grittner(at)wicourts(dot)gov> |
---|---|
To: | <pgsql-jdbc(at)postgresql(dot)org> |
Subject: | .cvsignore patch |
Date: | 2005-12-01 22:05:01 |
Message-ID: | 438F1F2E02000025000009EF@gwmta.wicourts.gov |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-jdbc |
We've been having some problems with the race condition in the
Statement.cancel() method, and have been trying out some fixes here.
Posts on that will follow fairly soon. In the meantime, I wanted to
suggest a couple additional entries for .cvsignore which I found useful
in getting set up to try some modifications.
Index: .cvsignore
===================================================================
RCS file: /usr/local/cvsroot/pgjdbc/pgjdbc/.cvsignore,v
retrieving revision 1.2
diff -c -r1.2 .cvsignore
*** .cvsignore 13 Jan 2004 02:49:34 -0000 1.2
--- .cvsignore 1 Dec 2005 22:04:21 -0000
***************
*** 1,5 ****
--- 1,7 ----
.classpath
.project
.externalToolBuilders
+ .settings
build
jars
+ build.local.properties
From | Date | Subject | |
---|---|---|---|
Next Message | Kevin Grittner | 2005-12-01 23:07:45 | Statement.cancel() race condition |
Previous Message | Jaime Casanova | 2005-12-01 17:49:51 | Re: What is the exact Deal with Maintenance DB ? |