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 support for pipeline mode of PostgreSQL-14 #403

Merged
merged 2 commits into from
Dec 27, 2021

Conversation

larskanis
Copy link
Collaborator

Fixes #401

@larskanis
Copy link
Collaborator Author

Seems to hang sometimes in pipeline mode -> send_flush_request like so: https://github.com/larskanis/ruby-pg/runs/3784028051?check_suite_focus=true

Although our custom libpq of PostgreSQL-14 is regisered per rpath, the system library is loaded instead.
The error looks like so:

dyld: lazy symbol binding failed: Symbol not found: _PQpipelineStatus
  Referenced from: /Users/runner/.rubies/ruby-head/lib/ruby/gems/3.1.0/gems/pg-1.2.3/lib/pg_ext.bundle
  Expected in: /usr/local/lib/libpq.5.dylib
Copy link
Owner

@ged ged left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This looks great!

@larskanis larskanis merged commit 1c54aa7 into ged:master Dec 27, 2021
@larskanis larskanis deleted the pipeline branch February 15, 2022 10:44
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

Successfully merging this pull request may close these issues.

Add support for Pipeline mode of PostgreSQL-14
2 participants