[pgpool-committers: 7306] 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
------
V4_1_STABLE

Details
-------
https://git.postgresql.org/gitweb?p=pgpool2.git;a=commitdiff;h=1c4735a89891e93a3910762454f687b82e53f080
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