pg_isready
Robert Haas <rhaas@postgresql.org>
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
Files
| Path | Change | +/− |
|---|---|---|
| doc/src/sgml/ref/allfiles.sgml | modified | +1 −0 |
| doc/src/sgml/reference.sgml | modified | +1 −0 |
| doc/src/sgml/ref/pg_isready.sgml | added | +200 −0 |
| src/bin/scripts/.gitignore | modified | +1 −0 |
| src/bin/scripts/Makefile | modified | +3 −1 |
| src/bin/scripts/pg_isready.c | added | +202 −0 |
| src/interfaces/libpq/libpq-fe.h | modified | +5 −0 |