[pgpool-committers: 7651] pgpool: Fix pgpool_setup to not show an error.

Tatsuo Ishii ishii at sraoss.co.jp
Mon May 3 16:51:46 JST 2021


Fix pgpool_setup to not show an error.

In the streaming replication mode pgpool_setup showed error:
:
:
recovery node 2...pcp_recovery_node -- Command Successful
done.
creating follow primary script
psql: error: server closed the connection unexpectedly
      This probably means the server terminated abnormally
      before or while processing the request.
shutdown all
:
:
While creating followers, pgpool_setup confirmed using
wait_for_pgpool_startup that pgpool comes up online except the last
node. This is unnecessary and it should confirm that pgpool comes up
even in the last node.

Branch
------
V4_0_STABLE

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

Modified Files
--------------
src/test/pgpool_setup.in | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)



More information about the pgpool-committers mailing list