[pgpool-committers: 9851] pgpool: Fix segfault in pgpool main process.

Tatsuo Ishii ishii at sraoss.co.jp
Thu Apr 4 21:04:19 JST 2024


Fix segfault in pgpool main process.

This is a follow up commit for 0564864e "Fix assorted causes of
segmentation fault.". It lacked the fix while verify_backend_node calls
get_server_version, i.e. checking availability of slots.

Patch provided by: Emond Papegaaij
Backpatch-through: v4.4
Discussion:
[pgpool-general: 9072] Re: Segmentation after switchover
https://www.pgpool.net/pipermail/pgpool-general/2024-April/009133.html

Branch
------
master

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

Modified Files
--------------
src/main/pgpool_main.c | 3 +++
1 file changed, 3 insertions(+)



More information about the pgpool-committers mailing list