mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2026-08-08 20:18:28 -05:00
Ensure that pgAdmin 4 is compatible with PostgreSQL v17. #7537
This commit is contained in:
+6
-2
@@ -461,12 +461,14 @@ DEFAULT_BINARY_PATHS = {
|
||||
"pg-14": "",
|
||||
"pg-15": "",
|
||||
"pg-16": "",
|
||||
"pg-17": "",
|
||||
"ppas": "",
|
||||
"ppas-12": "",
|
||||
"ppas-13": "",
|
||||
"ppas-14": "",
|
||||
"ppas-15": "",
|
||||
"ppas-16": ""
|
||||
"ppas-16": "",
|
||||
"ppas-17": ""
|
||||
}
|
||||
|
||||
##########################################################################
|
||||
@@ -481,12 +483,14 @@ FIXED_BINARY_PATHS = {
|
||||
"pg-14": "",
|
||||
"pg-15": "",
|
||||
"pg-16": "",
|
||||
"pg-17": "",
|
||||
"ppas": "",
|
||||
"ppas-12": "",
|
||||
"ppas-13": "",
|
||||
"ppas-14": "",
|
||||
"ppas-15": "",
|
||||
"ppas-16": ""
|
||||
"ppas-16": "",
|
||||
"ppas-17": ""
|
||||
}
|
||||
|
||||
##########################################################################
|
||||
|
||||
Reference in New Issue
Block a user