[pgpool-committers: 8041] pgpool: Fix for bug-732: Segmentation fault at failover ...

Muhammad Usama m.usama at gmail.com
Tue Sep 28 02:22:33 JST 2021


Fix for bug-732: Segmentation fault at failover ...

trigger_failover_command() had an assumption that old primary can never be NULL,
which of course is not the case.

Branch
------
V4_1_STABLE

Details
-------
https://git.postgresql.org/gitweb?p=pgpool2.git;a=commitdiff;h=d01cbd25b9e76ea5eeaa796d44963e5293abe43b
Author: Muhammad Usama <m.usama at highgo.ca>

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



More information about the pgpool-committers mailing list