sql: refactor pgx_helpers to use pgx/v4 #62840
Labels
A-testing
Testing tools and infrastructure
C-enhancement
Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)
T-sql-foundations
SQL Foundations Team (formerly SQL Schema + SQL Sessions)
Currently
pgx_helpers.go
and most notablyMultiConnPool
which is used in workloads uses pgx, upgrading it to pgx/v4 adds many more options for connections such as MaxConnLifetime and MaxConnIdleTime.Context here:
#62740 (review)
The text was updated successfully, but these errors were encountered: