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

Pipeline support breaks build #429

Closed
hennevogel opened this issue Feb 8, 2022 · 3 comments
Closed

Pipeline support breaks build #429

hennevogel opened this issue Feb 8, 2022 · 3 comments

Comments

@hennevogel
Copy link

#403 breaks the build for me complaining about PGRES_PIPELINE_SYNC etc. being undeclared (and judging from a quick look at the PR it is).

https://gist.github.com/hennevogel/d22b0e16a87b32914075754f700e0934

@larskanis
Copy link
Collaborator

The output tells that the version of libpq installed on your system is from PostgreSQL-14 while the header files are from an version 13. This doesn't work. Check if there is another libpq.so file in some system directory!

@hennevogel
Copy link
Author

hennevogel commented Feb 9, 2022

After sorting this out (everything is on PG12 now) it's still happening. I've updated the gist.

@hennevogel
Copy link
Author

@larskanis 💐

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

2 participants