projects
/
pgpooladmin.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f668bcd
)
Fix for [pgpool-general: 5350] add selection of version 3.6 in pgpoolAdmin setting.
author
pengbo
<
[email protected]
>
Mon, 3 Apr 2017 03:26:31 +0000
(12:26 +0900)
committer
pengbo
<
[email protected]
>
Mon, 3 Apr 2017 03:26:31 +0000
(12:26 +0900)
common.php
patch
|
blob
|
blame
|
history
diff --git
a/common.php
b/common.php
index b5d129a0fc7268dff44b6b070e47d08631c5b190..f83b9606d4f2f12f1e1b849ec1c5f7b5f92416a8 100644
(file)
--- a/
common.php
+++ b/
common.php
@@
-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');
}