[pgpool-committers: 7437] pgpool: Fix segfault in snapshot isolation mode.

Tatsuo Ishii ishii at sraoss.co.jp
Thu Jan 28 18:04:49 JST 2021


Fix segfault in snapshot isolation mode.

If one DB nodes goes down, pgpool segfaulted in the mode. This
happened in si_get_snapshot(). This was caused because it did not
check whether DB node is alive or not.

Branch
------
master

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

Modified Files
--------------
src/protocol/pool_proto_modules.c | 5 ++++-
1 file changed, 4 insertions(+), 1 deletion(-)



More information about the pgpool-committers mailing list