Make it easy to time out pg_isready, and make the default 3 seconds.

Robert Haas <rhaas@postgresql.org>

Commit: a37e83c0a99ecf50c64baffc6c88c3d805d6e822
Author: Robert Haas <rhaas@postgresql.org>
Date: 2013-01-25T17:03:37Z
Releases: 9.3.0
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

Files

PathChange+/−
doc/src/sgml/ref/pg_isready.sgml modified +12 −0
src/bin/scripts/pg_isready.c modified +36 −30