]> granicus.if.org Git - postgresql/commit
Detect postmaster being ready by calling psql -l rathern than
authorTatsuo Ishii <ishii@postgresql.org>
Tue, 14 Mar 2000 08:34:47 +0000 (08:34 +0000)
committerTatsuo Ishii <ishii@postgresql.org>
Tue, 14 Mar 2000 08:34:47 +0000 (08:34 +0000)
commit44a9639123ef9d75b9dc862f843689311c496903
tree9e09933c8846fb4c03b2fd035af9ae9718f5a475
parent6217a8c7ba008a796ff42fa9eba614a2fa0ba1cf
Detect postmaster being ready by calling psql -l rathern than
checking postmaster.pid. It's not enough to check the existence
of postmaster.pid since DB recovery might be running.
src/bin/pg_ctl/pg_ctl.sh