.cvsignore patch

Поиск
Список
Период
Сортировка
От Kevin Grittner
Тема .cvsignore patch
Дата
Msg-id 438F1F2E02000025000009EF@gwmta.wicourts.gov
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Jaime Casanova
Дата:
Сообщение: Re: What is the exact Deal with Maintenance DB ?
Следующее
От: "Kevin Grittner"
Дата:
Сообщение: Statement.cancel() race condition