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

Takuma Hoshiai hoshiai at sraoss.co.jp
Tue Jun 2 17:35:30 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
------
V3_7_STABLE

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

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