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

Tatsuo Ishii ishii at sraoss.co.jp
Sun Aug 11 12:43:32 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
------
V3_6_STABLE

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

Modified Files
--------------
src/test/pgpool_setup | 6 +++++-
1 file changed, 5 insertions(+), 1 deletion(-)



More information about the pgpool-committers mailing list