Description:
There are leftover MySQL-related code fragments in the PgSQL_Connection and PgSQL_Session implementation that are no longer relevant. These remnants can cause confusion and unnecessary maintenance overhead.
Task:
-
Identify and remove MySQL-specific code from PGSQL_Connection.
-
Ensure no unintended dependencies remain.
-
Verify that the cleanup does not impact PostgreSQL functionality.