-
-
Notifications
You must be signed in to change notification settings - Fork 221
pg bouncer upgrade #1572
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
base: develop
Are you sure you want to change the base?
pg bouncer upgrade #1572
Conversation
|
Next steps are to work on the tests for this upgrade + default settings. |
f6b6c7a to
bbd1190
Compare
|
No config to add/change here as defaults are good; customisable config can be added to API later. Errors occur when testing in |
|
@encima re-ran the failed test. |
|
Tests for pgbouncer still to be written:
|
65c9561 to
074c41a
Compare
074c41a to
78fd845
Compare
939694e to
d147824
Compare
|
Noticed the make step seems to make source and docs now; fixing |
|
Benefit of 1.240 is that we do not need to change the default settings as max_prepared_statements is enabled by default and set to 200; we can expose configs later and optimise by instance Only clients connecting with prepared statements enabled (i.e. |
What kind of change does this PR introduce?
pgbouncer needs updating for for prepared statement support, addressing incorporation of upgrades
This PR updates the version to 1.24.1
This PR performs the upgrade, repackages the build of pgbouncer from source in a nix package, and will cover automated testing in testinfra as well.