-
-
Notifications
You must be signed in to change notification settings - Fork 56
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
wrappers_fdw
result, linker errors and new release?
#252
Comments
wrappers_fdw
result, linker errors and new release?
wrappers_fdw
result, linker errors and new release?wrappers_fdw
result, linker errors and new release?
sorry for the late reply, is this still an issue? |
Honestly I stopped trying as I got no response. |
This looks like the building environment hasn't been set up correctly, can you post your Rust env ( |
I am getting the same error. I wonder if I was also able to resolve it by using |
[issues242,249] non-text columns classification
Bug report
I've been trying to implement my own FDW using this crate, however I'm running into two issues (details on both below):
supabase-wrappers
from crates (versionv0.1.17
) I'm getting an error fromwrappers_fwd
supabase-wrappers = { git = "https://github.com/supabase/wrappers", branch = "main" }
, compiling seems to almost succeed, then I get a linker error right at the endIf instead I put my code as a new crate in the workspace, and use
supabase-wrappers = { path = "../supabase-wrappers", default-features = false }
, it builds fine.I think the main request here is a new release of
supabase-wrappers
to crates.io, but any help with the linker error would be much appreciated.I'm building on MacOS with
cargo pgrx run pg15
, usingpgrx = { version = "=0.11.2" }
andcargo --version cargo 1.77.1 (e52e36006 2024-03-26)
.wrappers_fwd
error withv0.1.17
:Linker Error
Building with
The text was updated successfully, but these errors were encountered: