[pgpool-committers: 7305] pgpool: Delete any pre-existing watchdog command socket file at startup
Muhammad Usama
m.usama at gmail.com
Tue Dec 8 19:22:55 JST 2020
Delete any pre-existing watchdog command socket file at startup
Abnormal termination of Pgpool leaves behind the dangling socket files
and prevent Pgpool-II from starting up.
The solution is to delete any pre-existing watchdog command socket
file before binding a watchdog command socket.
Patch provided by Masaya Kawamoto
Branch
------
master
Details
-------
https://git.postgresql.org/gitweb?p=pgpool2.git;a=commitdiff;h=0130b310c2f7a817f4f8065645cc7c7435400335
Author: Muhammad Usama <m.usama at highgo.ca>
Modified Files
--------------
src/watchdog/watchdog.c | 10 ++--------
1 file changed, 2 insertions(+), 8 deletions(-)
More information about the pgpool-committers
mailing list