Closed Cuppojoe closed 9 months ago
Currently this project uses github.com/jackc/pgx/v5 v5.3.1. It would be good to update to at least v5.4.0
github.com/jackc/pgx/v5 v5.3.1
github.com/jackx/pgx/v5 v5.3.1 has a bug which causes a memory leak when using preparedStatements. versions 5.4.0 and above include this pr as a fix.
github.com/jackx/pgx/v5 v5.3.1
https://github.com/jackc/pgx/issues/1456
Describe the feature
Currently this project uses
github.com/jackc/pgx/v5 v5.3.1
. It would be good to update to at least v5.4.0Motivation
github.com/jackx/pgx/v5 v5.3.1
has a bug which causes a memory leak when using preparedStatements. versions 5.4.0 and above include this pr as a fix.Related Issues
https://github.com/jackc/pgx/issues/1456