Skip to content
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

Adding missing postgres headers to bindings #310

Closed
Termina1 opened this issue Nov 24, 2021 · 3 comments
Closed

Adding missing postgres headers to bindings #310

Termina1 opened this issue Nov 24, 2021 · 3 comments
Labels
enhancement New feature or request ffi-bindgen

Comments

@Termina1
Copy link

I'm trying to write FDW using pgx. I found out that:

pg_foreign_server.h
pg_foreign_table.h

are not included in the bindings generation. Is it possible to add them, so I could use constants defined there.

@Termina1
Copy link
Author

Also include/executor/tuptable.h

@eeeebbbbrrrr
Copy link
Contributor

Thanks. I’ll take a look at this next week. If you want to save some time feel free to edit pgx’ include/*.h files and put up a PR.

@Termina1
Copy link
Author

Ok, I'm planning to make a PR with few patches for better support of FDW. I'll include those changes in the PR.

@workingjubilee workingjubilee added enhancement New feature or request ffi-bindgen labels Aug 12, 2022
workingjubilee added a commit to workingjubilee/pgrx that referenced this issue Jul 24, 2023
workingjubilee added a commit that referenced this issue Jul 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request ffi-bindgen
Projects
None yet
Development

No branches or pull requests

3 participants