pgsql: Make it easy to time out pg_isready, and make the default 3 seco

From: Robert Haas <rhaas(at)postgresql(dot)org>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Make it easy to time out pg_isready, and make the default 3 seco
Date: 2013-01-25 17:39:34
Message-ID: E1TynFW-0006bR-2P@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/a37e83c0a99ecf50c64baffc6c88c3d805d6e822

Modified Files
--------------
doc/src/sgml/ref/pg_isready.sgml | 12 +++++++
src/bin/scripts/pg_isready.c | 66 ++++++++++++++++++++-----------------
2 files changed, 48 insertions(+), 30 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Bruce Momjian 2013-01-25 17:49:32 pgsql: doc: split search_path index entries into separate secondaries
Previous Message Andrew Dunstan 2013-01-25 16:41:08 pgsql: Unbreak 9.0 and 9.1 pg_upgrade.