summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLiwiusz Ociepa <liwiusz.ociepa@softwarelab.eu>2008-05-19 12:41:40 +0000
committerLiwiusz Ociepa <liwiusz.ociepa@softwarelab.eu>2008-05-19 12:41:40 +0000
commit25a7838e0a97a69eae04e2dc5178d9881a2b7e98 (patch)
tree83f3c86de38d6c9a445295bb51ac0addcf02078b
parent7c3ddf2bc07f1f86160f20447a214bb0910e20cf (diff)
downloadredmine-25a7838e0a97a69eae04e2dc5178d9881a2b7e98.tar.gz
redmine-25a7838e0a97a69eae04e2dc5178d9881a2b7e98.zip
Memory leak (postgres -> zlib + ssl) has been fixed by apache developers.
git-svn-id: http://redmine.rubyforge.org/svn/branches/swistak@1438 e93f8b46-1217-0410-a6f0-8f06a7374b81
-rw-r--r--extra/svn/Redmine.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/extra/svn/Redmine.pm b/extra/svn/Redmine.pm
index 8003cabc0..e046b949a 100644
--- a/extra/svn/Redmine.pm
+++ b/extra/svn/Redmine.pm
@@ -52,8 +52,8 @@ Authen::Simple::LDAP (and IO::Socket::SSL if LDAPS is used):
## for mysql
RedmineDSN "DBI:mysql:database=databasename;host=my.db.server"
- ## for postgres (there is memory leak in libpq+ssl)
- # RedmineDSN "DBI:Pg:dbname=databasename;host=my.db.server;sslmode=disable"
+ ## for postgres
+ # RedmineDSN "DBI:Pg:dbname=databasename;host=my.db.server"
RedmineDbUser "redmine"
RedmineDbPass "password"