.cvsignore patch - Mailing list pgsql-jdbc

From Kevin Grittner
Subject .cvsignore patch
Date
Msg-id 438F1F2E02000025000009EF@gwmta.wicourts.gov
Whole thread Raw
List 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


pgsql-jdbc by date:

Previous
From: Jaime Casanova
Date:
Subject: Re: What is the exact Deal with Maintenance DB ?
Next
From: "Kevin Grittner"
Date:
Subject: Statement.cancel() race condition