Allow pg_ctl to determine the server is up when getting a request for a
Bruce Momjian <bruce@momjian.us>
Allow pg_ctl to determine the server is up when getting a request for a password. Make password error message a #define and use it consistently. Sean Chittenden
Files
| Path | Change | +/− |
|---|---|---|
| src/bin/pg_ctl/pg_ctl.c | modified | +4 −3 |
| src/bin/pg_dump/pg_backup_db.c | modified | +3 −3 |
| src/bin/pg_dump/pg_dumpall.c | modified | +2 −2 |
| src/bin/psql/command.c | modified | +2 −2 |
| src/bin/psql/startup.c | modified | +2 −2 |
| src/bin/scripts/common.c | modified | +3 −2 |
| src/interfaces/libpq/fe-auth.c | modified | +2 −2 |
| src/interfaces/libpq/libpq-fe.h | modified | +4 −1 |