PostDock
PostDock copied to clipboard
pgpool's healthcheck in k8s uses psql to connect..
..and will fail when all connection slots are currently busy.
The same can be reimplemented using pgpool's pcp control channel via unix domain sockets, trying it now for my setup.
Seems to work for me, I'll try submitting a patch
Test will make it applied faster.