BUG #15957: Connection event listener not called during close()

Поиск
Список
Период
Сортировка
От PG Bug reporting form
Тема BUG #15957: Connection event listener not called during close()
Дата
Msg-id 15957-bd58646b1e47f90b@postgresql.org
обсуждение исходный текст
Ответы Re: BUG #15957: Connection event listener not called during close()  (Dave Cramer <davecramer@gmail.com>)
Список pgsql-bugs
The following bug has been logged on the website:

Bug reference:      15957
Logged by:          Prakash Prabhu Bantwal
Email address:      prakashprabhu87@gmail.com
PostgreSQL version: Unsupported/Unknown
Operating system:   linux
Description:

Hi,

Testing with version 

<dependency>
            <groupId>org.postgresql</groupId>
            <artifactId>postgresql</artifactId>
            <version>42.2.5</version>
        </dependency>


I am using postgres with hibernate and during the close() call from the Jdbc
template is called, the connectionClosed() from the event listner is not
being called. i see the listener is being invoked from
fireConnectionClosed() but this should also be invoked from close() method.


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

Предыдущее
От: Tom Lane
Дата:
Сообщение: Re: BUG #15956: Server closed unexpectedly for user-defined base type LIKE char
Следующее
От: Keith
Дата:
Сообщение: Re: BUG #15947: Worse plan is chosen after giving the planner morefreedom (partitionwise join)