From a7168db4c78d33b3471ed84e06220e88e51ffa33 Mon Sep 17 00:00:00 2001 From: Nozomi Anzai Date: Mon, 7 Dec 2015 19:36:08 +0900 Subject: [PATCH] Fix defines of other_pgpool_* --- definePgpoolConfParam.php | 6 +++--- 1 file 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 -- 2.39.5