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

Add FDW Support #30

Open
jwp opened this issue Sep 18, 2011 · 1 comment
Open

Add FDW Support #30

jwp opened this issue Sep 18, 2011 · 1 comment
Milestone

Comments

@jwp
Copy link
Contributor

jwp commented Sep 18, 2011

Implement FDW support. Use function name protocols to embed the module reference of the implementation in the FDW handler/validator function.

@jwp
Copy link
Contributor Author

jwp commented Jan 7, 2014

This is a bit problematic as it's difficult to attack this problem as pg-python attacks other problems. Creating a Python interface to the Node structures would appear to require one-off support for each type. Being able to generate the interface is extremely desirable as compensating for Node changes across major versions will be cumbersome. So far, the best way to approach this problem is to use llvm/clang to parse the C code and analyze the structures. This will not be a portable operation, so performing it at compile time will not be appropriate.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant