Skip to content

Commit

Permalink
update to pg16beta2 support (#1188)
Browse files Browse the repository at this point in the history
  • Loading branch information
eeeebbbbrrrr committed Jul 5, 2023
1 parent dbd78e7 commit ae37e74
Show file tree
Hide file tree
Showing 2 changed files with 94 additions and 102 deletions.
6 changes: 3 additions & 3 deletions pgrx-pg-config/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -655,12 +655,12 @@ pub fn SUPPORTED_VERSIONS() -> Vec<PgVersion> {
PgVersion::new(15, PgMinorVersion::Latest, None),
PgVersion::new(
16,
PgMinorVersion::Beta(1),
PgMinorVersion::Beta(2),
Some(
Url::parse(
"https://ftp.postgresql.org/pub/source/v16beta1/postgresql-16beta1.tar.bz2",
"https://ftp.postgresql.org/pub/source/v16beta2/postgresql-16beta2.tar.bz2",
)
.expect("invalid url for v16beta1"),
.expect("invalid url for v16beta2"),
),
),
]
Expand Down
Loading

0 comments on commit ae37e74

Please sign in to comment.