Add v17 to tests and local control plane

This commit is contained in:
Anastasia Lubennikova
2023-11-15 11:10:08 +00:00
parent 452a80fd7e
commit c412c6bba1
6 changed files with 24 additions and 4 deletions

View File

@@ -18,6 +18,7 @@ class PgVersion(str, enum.Enum):
V14 = "14"
V15 = "15"
V16 = "16"
V17 = "17"
# Instead of making version an optional parameter in methods, we can use this fake entry
# to explicitly rely on the default server version (could be different from pg_version fixture value)
NOT_SET = "<-POSTRGRES VERSION IS NOT SET->"