summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLiwiusz Ociepa <liwiusz.ociepa@softwarelab.eu>2008-05-05 13:35:56 +0000
committerLiwiusz Ociepa <liwiusz.ociepa@softwarelab.eu>2008-05-05 13:35:56 +0000
commit2eba0b66d42823224f0561328dd8da7c522fe2c4 (patch)
treeee3e6929a306f27d6284ee617173e3c56ca9c017
parenteb2d8143442e79390788ced5f17e801cbf45bad1 (diff)
downloadredmine-2eba0b66d42823224f0561328dd8da7c522fe2c4.tar.gz
redmine-2eba0b66d42823224f0561328dd8da7c522fe2c4.zip
Comment to memory leak with Postgres and ssl.
git-svn-id: http://redmine.rubyforge.org/svn/branches/swistak@1417 e93f8b46-1217-0410-a6f0-8f06a7374b81
-rw-r--r--extra/svn/Redmine.pm6
1 files changed, 3 insertions, 3 deletions
diff --git a/extra/svn/Redmine.pm b/extra/svn/Redmine.pm
index 81050b9df..fa5123285 100644
--- a/extra/svn/Redmine.pm
+++ b/extra/svn/Redmine.pm
@@ -53,13 +53,13 @@ Authen::Simple::LDAP (and IO::Socket::SSL if LDAPS is used):
## for mysql
RedmineDSN "DBI:mysql:database=databasename;host=my.db.server"
- ## for postgres
+ ## for postgres (there is memory leak in libpq+ssl)
# RedmineDSN "DBI:Pg:dbname=databasename;host=my.db.server;sslmode=disable"
RedmineDbUser "redmine"
RedmineDbPass "password"
- # Optional where clause (fulltext search would be slow - and
- # database dependant).
+ ## Optional where clause (fulltext search would be slow and
+ ## database dependant).
# RedmineDbWhereClause "and members.role_id IN (1,2)"
</Location>