supabase / wrappers

Postgres Foreign Data Wrapper development framework in Rust.
http://fdw.dev
Apache License 2.0
562 stars 55 forks source link

chore: add support for pgrx v0.12.6 and pg17 #351

Closed burmecia closed 1 month ago

burmecia commented 1 month ago

What kind of change does this PR introduce?

This PR is to add support for pgrx v0.12.6 and also support for PG17. Fix #336 .

What is the current behavior?

Current pgrx support is v0.11.3.

What is the new behavior?

Support pgrx v0.12.6 and PG17.

Additional context

The current workflow will fail because new version pgrx doesn't support Ubuntu 20 yet, wait for https://github.com/pgcentralfoundation/pgrx/pull/1885 to be released in upstream.