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

Tatsuo Ishii ishii at postgresql.org
Sun Jan 12 14:27:01 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
------
master

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

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



More information about the pgpool-committers mailing list