]> source.dussan.org Git - redmine.git/commitdiff
Comment to memory leak with Postgres and ssl.
authorLiwiusz Ociepa <liwiusz.ociepa@softwarelab.eu>
Mon, 5 May 2008 13:35:56 +0000 (13:35 +0000)
committerLiwiusz Ociepa <liwiusz.ociepa@softwarelab.eu>
Mon, 5 May 2008 13:35:56 +0000 (13:35 +0000)
git-svn-id: http://redmine.rubyforge.org/svn/branches/swistak@1417 e93f8b46-1217-0410-a6f0-8f06a7374b81

extra/svn/Redmine.pm

index 81050b9df8b631ea2f55c75b7e95729f8ab07ee8..fa51232853dcbe557a1fd9e7d4d3f0983d968311 100644 (file)
@@ -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>