[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    [akonadi] server/src/storage: Add more possible PostgreSQL path
From:       Dan_Vrátil <dvratil () redhat ! com>
Date:       2013-09-30 17:57:48
Message-ID: E1VQhjA-00032t-Dn () scm ! kde ! org
[Download RAW message or body]

Git commit 4a4a4d5a5144364cbfa875f744fec5a58334fbc6 by Dan Vrátil, on behalf of Cédric Villemain.
Committed on 30/09/2013 at 17:55.
Pushed by dvratil into branch 'master'.

Add more possible PostgreSQL path

Current stables are 8.4 9.0 9.1 9.2 and 9.3.

8.4 to be EOL July 2014.

REVIEW: 112973

M  +3    -1    server/src/storage/dbconfigpostgresql.cpp

http://commits.kde.org/akonadi/4a4a4d5a5144364cbfa875f744fec5a58334fbc6

diff --git a/server/src/storage/dbconfigpostgresql.cpp b/server/src/storage/dbconfigpostgresql.cpp
index acc65af..f410208 100644
--- a/server/src/storage/dbconfigpostgresql.cpp
+++ b/server/src/storage/dbconfigpostgresql.cpp
@@ -76,7 +76,9 @@ bool DbConfigPostgresql::init( QSettings &settings )
                        << QLatin1String( "/usr/local/sbin" )
                        << QLatin1String( "/usr/lib/postgresql/8.4/bin" )
                        << QLatin1String( "/usr/lib/postgresql/9.0/bin" )
-                       << QLatin1String( "/usr/lib/postgresql/9.1/bin" );
+                       << QLatin1String( "/usr/lib/postgresql/9.1/bin" )
+                       << QLatin1String( "/usr/lib/postgresql/9.2/bin" )
+                       << QLatin1String( "/usr/lib/postgresql/9.3/bin" );
 
     defaultServerPath = XdgBaseDirs::findExecutableFile( QLatin1String( "pg_ctl" ), postgresSearchPath );
     defaultInitDbPath = XdgBaseDirs::findExecutableFile( QLatin1String( "initdb" ), postgresSearchPath );

[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic