1) Added 'load_balance_hosts' connection string parameter for PG 16 and above. #6802

2) Added EPAS 11 support back as its EOL is in November.
This commit is contained in:
Akshay Joshi
2023-10-04 17:54:56 +05:30
parent 0b3c79865e
commit 9666bd6c8d
6 changed files with 12 additions and 6 deletions

View File

@@ -71,6 +71,9 @@ SUPPORTED_AUTH_SOURCES = [INTERNAL,
BINARY_PATHS = {
"as_bin_paths": [
{"version": "110000", "next_major_version": "120000",
"serverType": gettext("EDB Advanced Server 11"), "binaryPath": None,
"isDefault": False},
{"version": "120000", "next_major_version": "130000",
"serverType": gettext("EDB Advanced Server 12"), "binaryPath": None,
"isDefault": False},
@@ -82,9 +85,6 @@ BINARY_PATHS = {
"isDefault": False},
{"version": "150000", "next_major_version": "160000",
"serverType": gettext("EDB Advanced Server 15"), "binaryPath": None,
"isDefault": False},
{"version": "160000", "next_major_version": "170000",
"serverType": gettext("EDB Advanced Server 16"), "binaryPath": None,
"isDefault": False}
],
"pg_bin_paths": [