When a client runs RESET <param>, PgDog clears its record of the server's tracked
parameters, assuming the session is back to its defaults and will be re-synced on the
next checkout (backend/server.rs, CommandComplete handling: "RESET" => self.client_params.clear()).
That assumption breaks inside a transaction. A ROLLBACK undoes the RESET,
reviving the parameter values that were in effect before it — but PgDog has just
stopped tracking them. The connection returns to the pool carrying session state the