Fix defines of other_pgpool_*
authorNozomi Anzai <[email protected]>
Mon, 7 Dec 2015 10:36:08 +0000 (19:36 +0900)
committerNozomi Anzai <[email protected]>
Mon, 7 Dec 2015 10:36:08 +0000 (19:36 +0900)
definePgpoolConfParam.php

index e4dc68cc56ded971f2de35eba8d6a0e5c02c476b..4df51fd36eb7812bed9f4f8b27f2f602acd11ab8 100644 (file)
@@ -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