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

Tatsuo Ishii ishii at postgresql.org
Mon Jan 13 15:21:25 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_5_STABLE

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

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



More information about the pgpool-committers mailing list