Skip to content

Commit

Permalink
move to Postgres v17rc1 (#1846)
Browse files Browse the repository at this point in the history
  • Loading branch information
eeeebbbbrrrr committed Sep 9, 2024
1 parent 922a43f commit c6d7020
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pgrx-pg-config/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -665,10 +665,10 @@ pub fn SUPPORTED_VERSIONS() -> Vec<PgVersion> {
PgVersion::new(16, PgMinorVersion::Latest, None),
PgVersion::new(
17,
PgMinorVersion::Beta(3),
PgMinorVersion::Rc(1),
Some(
Url::from_str(
"https://ftp.postgresql.org/pub/source/v17beta3/postgresql-17beta3.tar.bz2",
"https://ftp.postgresql.org/pub/source/v17rc1/postgresql-17rc1.tar.bz2",
)
.expect("malformed pg17 beta url"),
),
Expand Down

0 comments on commit c6d7020

Please sign in to comment.