PostgreSQLConnection.onDataRow should release the raw ByteBufs after
decoding the data
These ByteBufs are allocated by DataRowParser and later passed to PostgreSQLConnection. Since on one will use them after PostgreSQLConnection, they should be released and returned to the pool.
PostgreSQLConnection.onDataRow should release the raw ByteBufs after decoding the data
These ByteBufs are allocated by DataRowParser and later passed to PostgreSQLConnection. Since on one will use them after PostgreSQLConnection, they should be released and returned to the pool.
Some context: