pgbouncer_fdw
pgbouncer_fdw copied to clipboard
Add support for pgbouncer 1.23
PgBouncer 1.23 added several new columns were added across various SHOW commands.
- Adds
replicationcolumn to clients, servers, and sockets functions and views. - Adds
server_lifetimecolumn to databases functions and views. - Adds
total_server_assignment_countandavg_server_assignment_countcolumns to stats functions and views. - Adds
pool_size,max_user_connections, andcurrent_connectionscolumns to users functions and views.
Thank you! I had this in my queue to work on and was waiting to make sure all was good with the fix to 1.23.0