Pooled pgsql clients allow for a single session to survive a single request, thus setting a relation between intentionally unrelated requests (session variables may and will affect different uses).
This ticket is to ensure all session variables are reset between uses.
See DISCARD ALL postgresql command.
Not sure how easy it will be to test this with current mocha-based (async) interface.