[pgpool-committers: 7307] 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
------
V3_7_STABLE

Details
-------
https://git.postgresql.org/gitweb?p=pgpool2.git;a=commitdiff;h=f9d6990d4921f43a91dab1aed649b66ce983ac97
Author: Muhammad Usama <m.usama at highgo.ca>

Modified Files
--------------
src/watchdog/watchdog.c | 9 ++-------
1 file changed, 2 insertions(+), 7 deletions(-)



More information about the pgpool-committers mailing list