BUG #9117: PGXAConnection - equals method returning false

Поиск
Список
Период
Сортировка
От michal.wos@leonisapps.pl
Тема BUG #9117: PGXAConnection - equals method returning false
Дата
Msg-id 20140206000929.26701.13312@wrigleys.postgresql.org
обсуждение исходный текст
Ответы Re: BUG #9117: PGXAConnection - equals method returning false  (Bruce Momjian <bruce@momjian.us>)
Список pgsql-bugs
The following bug has been logged on the website:

Bug reference:      9117
Logged by:          Michał Woś
Email address:      michal.wos@leonisapps.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.

В списке pgsql-bugs по дате отправления:

Предыдущее
От: jhedden@apple.com
Дата:
Сообщение: BUG #9118: WAL Sender does not disconnect replication clients during shutdown
Следующее
От: Heikki Linnakangas
Дата:
Сообщение: Re: BUG #9118: WAL Sender does not disconnect replication clients during shutdown