Add "--no-stop" option.
authorTatsuo Ishii <ishii@postgresql.org>
Thu, 13 Jun 2013 05:03:55 +0000 (14:03 +0900)
committerTatsuo Ishii <ishii@postgresql.org>
Thu, 13 Jun 2013 05:03:55 +0000 (14:03 +0900)
commitd8dbb0532899c4ddc3af18cce0984412712750a1
tree94b3875e0fa14c3f60e5c2b1ccfcac7fa6a60a9c
parent2b4b837024637f7d6a2ad6ed9d99210504ea3cea
Add "--no-stop" option.

This disables shutdown after completing setting up. Usefull when we
want to access right after pgpool_setup. Without this, we need to
execute startall and wait for pgpool-II comes up, which will take
several seconds.
test/pgpool_setup