]> granicus.if.org Git - postgresql/commit
Remove the xlog-centric "database system is ready" message and replace it with
authorTom Lane <tgl@sss.pgh.pa.us>
Wed, 7 Feb 2007 16:44:48 +0000 (16:44 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Wed, 7 Feb 2007 16:44:48 +0000 (16:44 +0000)
commit78d12161602d241c7e78e853303de91f6a237893
tree0d225e437b94c3dd941908ca9f0fa9a06c6ae8ed
parent53d7d49011ef3a098d614cb4430d03617b7e90b4
Remove the xlog-centric "database system is ready" message and replace it with
"database system is ready to accept connections", which is issued by the
postmaster when it really is ready to accept connections.  Per proposal from
Markus Schiltknecht and subsequent discussion.
src/backend/access/transam/xlog.c
src/backend/postmaster/postmaster.c