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

Takuma Hoshiai hoshiai at sraoss.co.jp
Tue Jun 2 17:32:45 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_6_STABLE

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

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