mirror of
https://github.com/neondatabase/neon.git
synced 2026-01-15 01:12:56 +00:00
allow v16
This commit is contained in:
@@ -112,6 +112,8 @@ pub fn get_pg_version(pgbin: &str) -> String {
|
||||
return "v15".to_string();
|
||||
} else if human_version.contains("14") {
|
||||
return "v14".to_string();
|
||||
} else if human_version.contains("16") {
|
||||
return "v16".to_string();
|
||||
}
|
||||
panic!("Unsuported postgres version {human_version}");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user