mirror of
https://github.com/neondatabase/neon.git
synced 2026-06-01 12:30:38 +00:00
WIP Postgres 17 support
This commit is contained in:
@@ -126,6 +126,7 @@ fn parse_pg_version(human_version: &str) -> &str {
|
||||
"14" => return "v14",
|
||||
"15" => return "v15",
|
||||
"16" => return "v16",
|
||||
"16" => return "v17",
|
||||
_ => {}
|
||||
},
|
||||
_ => {}
|
||||
|
||||
Reference in New Issue
Block a user