Skip to content

Commit

Permalink
Bump beta support to Postgres 17beta3 (#1806)
Browse files Browse the repository at this point in the history
  • Loading branch information
workingjubilee authored Aug 14, 2024
1 parent 3f8ee77 commit 79772bc
Showing 1 changed file with 3 additions and 3 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 @@ -665,12 +665,12 @@ pub fn SUPPORTED_VERSIONS() -> Vec<PgVersion> {
PgVersion::new(16, PgMinorVersion::Latest, None),
PgVersion::new(
17,
PgMinorVersion::Beta(2),
PgMinorVersion::Beta(3),
Some(
Url::from_str(
"https://ftp.postgresql.org/pub/source/v17beta2/postgresql-17beta2.tar.bz2",
"https://ftp.postgresql.org/pub/source/v17beta3/postgresql-17beta3.tar.bz2",
)
.expect("malformed pg17beta2 url"),
.expect("malformed pg17 beta url"),
),
),
]
Expand Down

0 comments on commit 79772bc

Please sign in to comment.