[pgpool-committers: 10309] pgpool: Fix pool_signal.

Tatsuo Ishii ishii at postgresql.org
Mon Jan 13 15:21:15 JST 2025


Fix pool_signal.

Previously pool_signal did not set SA_RESTART flag.  Thus any system
calls interrupted by a signal does not restart. Some of our code are
prepared so that they restart if a system call is interrupted by a
signal. But not sure all places are prepared too. So add the
flag. Note, PostgreSQL always uses the flag.

Branch
------
V4_3_STABLE

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

Modified Files
--------------
src/utils/pool_signal.c | 4 +---
1 file changed, 1 insertion(+), 3 deletions(-)



More information about the pgpool-committers mailing list