> Hello all,
>
> We are having master-slave setup with pgpool pointing, only to master
> server. Whenever i tried to terminate the long running session on db end
> using SELECT pg_terminate_backend(pid), pgpool is getting crashed. Many
> blogs are saying this is the expected behaviour of pgpool,
Hello all,
We are having master-slave setup with pgpool pointing, only to master
server. Whenever i tried to terminate the long running session on db end
using SELECT pg_terminate_backend(pid), pgpool is getting crashed. Many
blogs are saying this is the expected behaviour of pgpool, but my quest