]> granicus.if.org Git - postgresql/commit
Make it easy to time out pg_isready, and make the default 3 seconds.
authorRobert Haas <rhaas@postgresql.org>
Fri, 25 Jan 2013 17:01:45 +0000 (12:01 -0500)
committerRobert Haas <rhaas@postgresql.org>
Fri, 25 Jan 2013 17:03:37 +0000 (12:03 -0500)
commita37e83c0a99ecf50c64baffc6c88c3d805d6e822
tree9f19983e12bd8773f56d6323796b9b0e008bac7c
parent88886c79cc4fc8d8f7c5b7304ad1f13508f5b025
Make it easy to time out pg_isready, and make the default 3 seconds.

Along the way, add a missing line to the help message.

Phil Sorber, reviewed by Fujii Masao
doc/src/sgml/ref/pg_isready.sgml
src/bin/scripts/pg_isready.c