[pgpool-committers: 8063] pgpool: Fix signal handler for SIGTERM, SIGINT and SIGQUIT.

Tatsuo Ishii ishii at sraoss.co.jp
Tue Oct 12 10:43:27 JST 2021


Fix signal handler for SIGTERM, SIGINT and SIGQUIT.

It did not properly save errno and it was possible to overwrite errno.

Branch
------
master

Details
-------
https://git.postgresql.org/gitweb?p=pgpool2.git;a=commitdiff;h=89738285251dbb5a57cc1748a7c94bd4f78124f9

Modified Files
--------------
src/protocol/child.c | 7 ++++---
1 file changed, 4 insertions(+), 3 deletions(-)



More information about the pgpool-committers mailing list