[pgpool-committers: 6774] pgpool: Fix incorrect execution of failover process

Takuma Hoshiai hoshiai at sraoss.co.jp
Tue Jun 2 17:37:27 JST 2020


Fix incorrect execution of failover process

This problem happen by executing pg_terminate_backend command with native replication.
In addition, add regression test for pg_terminate_backend command.

Branch
------
master

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

Modified Files
--------------
src/protocol/pool_process_query.c                  | 13 ++++-
.../tests/073.pg_terminate_backend/test.sh         | 60 ++++++++++++++++++++++
2 files changed, 71 insertions(+), 2 deletions(-)



More information about the pgpool-committers mailing list