[pgpool-committers: 7303] 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_2_STABLE
Details
-------
https://git.postgresql.org/gitweb?p=pgpool2.git;a=commitdiff;h=db613fddba81d98db27efc7b27b3d1d78ad87262
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