Change the repo for the wrappers crate to our fork of supabase/wrappers #34
Change the repo for the wrappers crate to our fork of supabase/wrappers #34if-loop69420 wants to merge 1 commit intomainfrom
wrappers crate to our fork of supabase/wrappers #34Conversation
…og. Referring to #24
|
should we sync with upstream? |
|
Would be nice but i don't think this fix is quite solid enough for upstreaming (just changing it to anything and not making it configurable). |
|
sorry for such a long delay... I can see warnings That's how the binary is build: |
full log of the build[etcd_fdw_builder 1/1] RUN . $HOME/.cargo/env && cargo install --force --locked cargo-pgrx@"0.16.1" && git clone https://github.com/cybertec-postgresql/etcd_fdw.git && cd etcd_fdw && git checkout swap_wrappers && git pull && cargo pgrx init --pg17 $(which pg_config) && cargo pgrx install --release |
|
They had another log with unsupported qual in there that i missed. |
As mentioned in #24 i've forked supabase/wrappers and changed the log level of the warning that was spammed in the log to info. I've ran
cargo pgrx testand everything still worked.Please check if this produces the expected results in the log and merge if it works :)
Thanks