summaryrefslogtreecommitdiff
path: root/databases/pgpoolAdmin/files/patch-common.php
blob: d812729adecf586985b46a687a5a3d58ea29b325 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- common.php.orig	Thu Apr 12 20:13:37 2007
+++ common.php	Thu Apr 12 20:13:55 2007
@@ -233,7 +233,7 @@
     if($backendHostName != '') {
         $conStr = "dbname=$healthCheckDb user=$healthCheckUser host=$backendHostName port=$backendPort" ;
     } else {
-        $conStr = "dbname=$healthCheckDb port=$backendPort" ;
+        $conStr = "dbname=$healthCheckDb user=$healthCheckUser port=$backendPort" ;
     }
 
     $conn = @pg_connect($conStr);