[pgpool-committers: 7653] pgpool: Fix pgpool_setup to not show an error.
Tatsuo Ishii
ishii at sraoss.co.jp
Mon May 3 16:51:56 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_2_STABLE
Details
-------
https://git.postgresql.org/gitweb?p=pgpool2.git;a=commitdiff;h=cc4855683e5c15116dcbc843235a44db7d6dd79c
Modified Files
--------------
src/test/pgpool_setup.in | 5 +----
1 file changed, 1 insertion(+), 4 deletions(-)
More information about the pgpool-committers
mailing list