[pgpool-committers: 5968] pgpool: Make waiting for TIME_WAIT in pgpool_setup optional.

Tatsuo Ishii ishii at sraoss.co.jp
Thu Aug 8 14:45:41 JST 2019


Make waiting for TIME_WAIT in pgpool_setup optional.

Since commit 3b32bc4e583da700cc8df7c5777e90341655ad3b the shutdownall
script generated by pgpool_setup waits for Pgpool-II socket in
TIME_WAIT state disappeared. However in most cases this takes long
time and it makes uncomfortable for developer's testing works.

This commit makes the wait to be optional: unless environment variable
"CHECK_TIME_WAIT" is set to other than "false", it never waits for the
TIME_WAIT state.

Branch
------
master

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

Modified Files
--------------
src/test/pgpool_setup | 7 +++++--
1 file changed, 5 insertions(+), 2 deletions(-)



More information about the pgpool-committers mailing list