Browse Source

- postgres fetch_result test should also use a small fetch_rows parameter

git-svn-id: https://openser.svn.sourceforge.net/svnroot/openser/trunk@4136 689a6050-402a-0410-94f2-e92a70836424
Henning Westerholt 17 years ago
parent
commit
47097ffefa
1 changed files with 1 additions and 0 deletions
  1. 1 0
      test/unit/32.sh

+ 1 - 0
test/unit/32.sh

@@ -32,6 +32,7 @@ cp $CFG $CFG.bak
 
 echo "loadmodule \"db_postgres/db_postgres.so\"" >> $CFG
 echo "modparam(\"usrloc\", \"db_url\", \"postgres://openser:openserrw@localhost/openser\")" >> $CFG
+echo "modparam(\"usrloc\", \"fetch_rows\", 13)" >> $CFG
 
 DOMAIN="local"