mirror of
https://gitea.0xace.cc/ansible-galaxy/pgbouncer.git
synced 2025-06-29 03:03:07 +00:00
add postgresql 16 support
This commit is contained in:
@ -12,6 +12,7 @@ pgbouncer_systemd_group: "pgbouncer"
|
||||
pgbouncer_max_client_conn: 10000
|
||||
pgbouncer_max_db_connections: 1000
|
||||
pgbouncer_default_pool_size: 20
|
||||
pgbouncer_reserve_pool_size: 5
|
||||
pgbouncer_default_pool_mode: "session"
|
||||
pgbouncer_ignore_startup_parameters: "extra_float_digits,geqo"
|
||||
pgbouncer_auth_type: "hba"
|
||||
@ -45,3 +46,4 @@ pgbouncer_postgresql_supported_versions:
|
||||
- 13
|
||||
- 14
|
||||
- 15
|
||||
- 16
|
||||
|
Reference in New Issue
Block a user