[libpostgresql-jdbc-java] 03/12: The prepareThreshold parameter was getting defaulted to zero in the test suite by the build system. It would be nice to just pick up the driver's default, but that's tough to do, so just hardcode it to the default (five) for now.

Emmanuel Bourg ebourg-guest at moszumanska.debian.org
Mon Jan 9 10:20:27 UTC 2017


This is an automated email from the git hooks/post-receive script.

ebourg-guest pushed a commit to tag REL8_2_507
in repository libpostgresql-jdbc-java.

commit 1ef4b1d741b563966384b2338efc4e047d2aefdd
Author: Kris Jurka <books at ejurka.com>
Date:   Mon Oct 15 07:49:36 2007 +0000

    The prepareThreshold parameter was getting defaulted to zero in the
    test suite by the build system.  It would be nice to just pick up the
    driver's default, but that's tough to do, so just hardcode it to the
    default (five) for now.
---
 build.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/build.xml b/build.xml
index d0fa92a..9f65cd2 100644
--- a/build.xml
+++ b/build.xml
@@ -8,7 +8,7 @@
 
   This file now requires Ant 1.4.1.  2002-04-18
 
-  $PostgreSQL: pgjdbc/build.xml,v 1.71.2.1 2007/04/24 18:19:07 jurka Exp $
+  $PostgreSQL: pgjdbc/build.xml,v 1.71.2.2 2007/10/07 19:23:12 jurka Exp $
 
 -->
 
@@ -374,7 +374,7 @@
   <property name="username" value="test" />
   <!-- Password must be something.  Doesn't matter if trust is used! -->
   <property name="password" value="password" />
-  <property name="preparethreshold" value="0" />
+  <property name="preparethreshold" value="5" />
   <property name="loglevel" value="0" />
   <property name="protocolVersion" value="0" />
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-java/libpostgresql-jdbc-java.git



More information about the pkg-java-commits mailing list