supabase / wrappers

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

Update pgrx to 0.12.1 #336

Closed olirice closed 1 month ago

olirice commented 3 months ago

Update pgrx to 0.12.1 in support of downstream consumers in need of latest pgrx features

ref: https://github.com/paradedb/paradedb/pull/1550

burmecia commented 3 months ago

there is an upstream issue in pgrx, wait for it to be resolved.

workingjubilee commented 3 months ago

@burmecia That won't be resolved unless it becomes reproducible. The issue is probably that you have too many clangs installed and you need to uninstall all except one.

burmecia commented 3 months ago

thanks @workingjubilee , I've reproduced that issue and commented here

Vonng commented 1 month ago

Is there any plan to bump pgrx version to 0.12.5?

burmecia commented 1 month ago

The pgrx 0.12.5 doesn't support Ubuntu 20 yet, but there is a fix for that already be merged. We've a draft PR ready for that and now just wait for pgrx's next new version to be released.