Skip to content

Commit

Permalink
move to pg16rc1 (pgcentralfoundation#1276)
Browse files Browse the repository at this point in the history
  • Loading branch information
eeeebbbbrrrr committed Sep 5, 2023
1 parent b0a1c72 commit 25f81d5
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions pgrx-pg-config/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -667,12 +667,10 @@ pub fn SUPPORTED_VERSIONS() -> Vec<PgVersion> {
PgVersion::new(15, PgMinorVersion::Latest, None),
PgVersion::new(
16,
PgMinorVersion::Beta(3),
PgMinorVersion::Rc(1),
Some(
Url::parse(
"https://ftp.postgresql.org/pub/source/v16beta3/postgresql-16beta3.tar.bz2",
)
.expect("invalid url for v16beta3"),
Url::parse("https://ftp.postgresql.org/pub/source/v16rc1/postgresql-16rc1.tar.bz2")
.expect("invalid url for v16rc1"),
),
),
]
Expand Down

0 comments on commit 25f81d5

Please sign in to comment.