The following bug has been logged on the website:
Bug reference: 9117
Logged by: Michał Woś
Email address: michal(dot)wos(at)leonisapps(dot)pl
PostgreSQL version: 9.3.2
Operating system: All OS
Description:
PGXAConnection - equals method is not working. It returns false due to
wrapping connection into Proxy object. Second argument of invoke is not
unwrapped so we have:
unwrapped_connection.equals(wrapped_connection)
Correct implementation can be found in AbstractJdbc23PooledConnection class.
It compares wrapped objects.