Fix for [pgpool-general: 5350] add selection of version 3.6 in pgpoolAdmin setting.
authorpengbo <[email protected]>
Mon, 3 Apr 2017 03:26:31 +0000 (12:26 +0900)
committerpengbo <[email protected]>
Mon, 3 Apr 2017 03:26:31 +0000 (12:26 +0900)
common.php

index b5d129a0fc7268dff44b6b070e47d08631c5b190..f83b9606d4f2f12f1e1b849ec1c5f7b5f92416a8 100644 (file)
@@ -671,7 +671,7 @@ function paramExists($param)
 
 function versions()
 {
-    return array('3.5', '3.4', '3.3', '3.2', '3.1', '3.0',
+    return array('3.6', '3.5', '3.4', '3.3', '3.2', '3.1', '3.0',
                  '2.3', '2.2', '2.1', '2.0');
 }