[pgpool-committers: 8039] 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_2_STABLE

Details
-------
https://git.postgresql.org/gitweb?p=pgpool2.git;a=commitdiff;h=d752824d0d418f70426c332abab987e886ee05fc
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