Skip to content
Snippets Groups Projects
Unverified Commit 053b34c7 authored by Alexander Bayandin's avatar Alexander Bayandin Committed by GitHub
Browse files

vm-builder: disable prepared statements support for pgbouncer (#589)

Disable prepared statement support for pgbouncer by setting
`max_prepared_statements=0`.

It was initially enabled in
https://github.com/neondatabase/autoscaling/pull/566, but we encountered
some problems with them. And we can't just revert that PR (to pgbouncer
1.18) because we started to use `auth_dbname`, which is added in
pgbouncer 1.19.

Ref https://neondb.slack.com/archives/C063B6SCHDX
parent cc6398d6
No related branches found
Tags v0.18.5
No related merge requests found
......@@ -376,7 +376,7 @@ server_tls_sslmode=disable
pool_mode=transaction
max_client_conn=10000
default_pool_size=16
max_prepared_statements=100
max_prepared_statements=0
`
)
......
  • LNAhri :heart_eyes_cat: @LNCrafty

    mentioned in commit d60ec91d

    ·

    mentioned in commit d60ec91d

    Toggle commit list
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment