-
Notifications
You must be signed in to change notification settings - Fork 6
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
Determine level of effort to replace libpq with native chapel #22
Comments
Is this the source of |
yes, although I use it from my ubuntu repository. |
At first, I would like to know if the issue is in CDO. But if it is in the interaction between Chapel and libpq have the opportunity to develop a native driver of the postgres in Chapel. I am motivated to develop the native driver, but I will need to have some help with some specifics things. |
It's probably worth spending more time understanding the bug in #23 before rewriting |
We appear to be having issues with
libpq
and contention locking in CDO. If that is unresolvable (and expect a ticket to examine that) we should try to determine the LOE (Level of Effort) on building a native Chapel postgres driver that does not include libpq.The text was updated successfully, but these errors were encountered: