Re: Long running query - connection and keepalives enabled but query not canceled

2019-06-05 Thread Dmitry Vasiliev
SQL does not take into account that the client has disconnected and does not need to process query. I know only one non-stable utility that can solve your problem: https://github.com/yandex/odyssey <https://github.com/yandex/odyssey> (unfortunately pgbouncer can't do that). -- Dmitry Vasiliev

Re: Long running query - connection and keepalives enabled but query not canceled

2019-06-05 Thread Dmitry Vasiliev
t; > I found relevant patch from postgrespro on commitfest: https://commitfest.postgresql.org/21/1882/ -- Dmitry Vasiliev