projects
/
pgpooladmin.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c3a9631
)
Fix the argument's name
author
Nozomi Anzai
<
[email protected]
>
Mon, 7 Mar 2016 06:03:17 +0000
(15:03 +0900)
committer
Nozomi Anzai
<
[email protected]
>
Mon, 7 Mar 2016 06:03:17 +0000
(15:03 +0900)
http://www.pgpool.net/mantisbt/view.php?id=171
status.php
patch
|
blob
|
blame
|
history
diff --git
a/status.php
b/status.php
index fb82a22de0217d7e3fe422f4d93c73aea02251a3..bb3ace954f10f04aea6f6d135a25cadfc28b899c 100644
(file)
--- a/
status.php
+++ b/
status.php
@@
-526,8
+526,8
@@
function _doPgCtl($nodeNumber, $pg_ctl_action)
'backend_hostname', 'backend_port', 'backend_weight',
));
$conn = openDBConnection(array(
- 'host' => $params['backend_hostname'][$nodeNum],
- 'port' => $params['backend_port'][$nodeNum],
+ 'host' => $params['backend_hostname'][$nodeNum
ber
],
+ 'port' => $params['backend_port'][$nodeNum
ber
],
'dbname' => 'template1',
'user' => $_SESSION[SESSION_LOGIN_USER],
'password' => $_SESSION[SESSION_LOGIN_USER_PASSWORD],