Rearrange LOG_CONNECTIONS code so that two log messages are made:
authorTom Lane <tgl@sss.pgh.pa.us>
Tue, 28 May 2002 23:56:51 +0000 (23:56 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Tue, 28 May 2002 23:56:51 +0000 (23:56 +0000)
commit52d22c36a41c4e1e33ec7fa5e3ceca7237b7a673
treee49ca3fd6d9a16a6e28b6ecccee9a44506e6b08e
parentabde64197a96c489511e2023a07eb54a40e21776
Rearrange LOG_CONNECTIONS code so that two log messages are made:
one immediately upon forking to handle a new connection, and one after
the authentication cycle is finished.  Per today's pggeneral discussion.
src/backend/postmaster/postmaster.c