]> granicus.if.org Git - postgresql/commit
pg_isready
authorRobert Haas <rhaas@postgresql.org>
Wed, 23 Jan 2013 15:58:04 +0000 (10:58 -0500)
committerRobert Haas <rhaas@postgresql.org>
Wed, 23 Jan 2013 16:01:20 +0000 (11:01 -0500)
commitac2e9673622591319d107272747a02d2c7f343bd
treefd45b6ab88117c071bb8a8f4e11e07ba5567bf5e
parent0ac5ad5134f2769ccbaefec73844f8504c4d6182
pg_isready

New command-line utility to test whether a server is ready to
accept connections.

Phil Sorber, reviewed by Michael Paquier and Peter Eisentraut
doc/src/sgml/ref/allfiles.sgml
doc/src/sgml/ref/pg_isready.sgml [new file with mode: 0644]
doc/src/sgml/reference.sgml
src/bin/scripts/.gitignore
src/bin/scripts/Makefile
src/bin/scripts/pg_isready.c [new file with mode: 0644]
src/interfaces/libpq/libpq-fe.h