summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNozomi Anzai2015-12-07 10:36:08 +0000
committerNozomi Anzai2015-12-07 10:36:08 +0000
commita7168db4c78d33b3471ed84e06220e88e51ffa33 (patch)
tree717ecb90326fa10fef620c50faa7d074ab59855a
parentd1ab40383a916cc53be5384c6872565d33261679 (diff)
Fix defines of other_pgpool_*
-rw-r--r--definePgpoolConfParam.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/definePgpoolConfParam.php b/definePgpoolConfParam.php
index e4dc68c..4df51fd 100644
--- a/definePgpoolConfParam.php
+++ b/definePgpoolConfParam.php
@@ -899,7 +899,7 @@ $pgpoolConfigWdOtherParam[$key]['type'] = 'C';
$pgpoolConfigWdOtherParam[$key]['default'] = '';
$pgpoolConfigWdOtherParam[$key]['regexp'] = $hostreg;
$pgpoolConfigWdOtherParam[$key]['multiple'] = TRUE;
-$pgpoolConfigParam[$key]['parent'] = array('use_watchdog' => 'on');
+$pgpoolConfigWdOtherParam[$key]['parent'] = array('use_watchdog' => 'on');
$key = 'other_pgpool_port';
$pgpoolConfigWdOtherParam[$key]['type'] = 'N';
@@ -907,7 +907,7 @@ $pgpoolConfigWdOtherParam[$key]['default'] = 9999;
$pgpoolConfigWdOtherParam[$key]['min'] = 1024;
$pgpoolConfigWdOtherParam[$key]['max'] = NUM_MAX;
$pgpoolConfigWdOtherParam[$key]['multiple'] = TRUE;
-$pgpoolConfigParam[$key]['parent'] = array('use_watchdog' => 'on');
+$pgpoolConfigWdOtherParam[$key]['parent'] = array('use_watchdog' => 'on');
$key = 'other_wd_port';
$pgpoolConfigWdOtherParam[$key]['type'] = 'N';
@@ -915,7 +915,7 @@ $pgpoolConfigWdOtherParam[$key]['default'] = 9000;
$pgpoolConfigWdOtherParam[$key]['min'] = 1024;
$pgpoolConfigWdOtherParam[$key]['max'] = NUM_MAX;
$pgpoolConfigWdOtherParam[$key]['multiple'] = TRUE;
-$pgpoolConfigParam[$key]['parent'] = array('use_watchdog' => 'on');
+$pgpoolConfigWdOtherParam[$key]['parent'] = array('use_watchdog' => 'on');
#------------------------------------------------------------------------------
# IN MEMORY QUERY CACHE