BUG #9117: PGXAConnection - equals method returning false

From: michal(dot)wos(at)leonisapps(dot)pl
To: pgsql-bugs(at)postgresql(dot)org
Subject: BUG #9117: PGXAConnection - equals method returning false
Date: 2014-02-06 00:09:29
Message-ID: 20140206000929.26701.13312@wrigleys.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

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.

Responses

Browse pgsql-bugs by date

  From Date Subject
Next Message jhedden 2014-02-06 03:08:53 BUG #9118: WAL Sender does not disconnect replication clients during shutdown
Previous Message Alvaro Herrera 2014-02-05 15:39:47 Re: Update with subselect sometimes returns wrong result