Starting Postgresql's Postmaster

From: "Jenny -" <nat_lazy(at)hotmail(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Starting Postgresql's Postmaster
Date: 2003-05-04 03:42:40
Message-ID: BAY1-F119Ogddu5qE8D00005edf@hotmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

hi,
By putting printline statements in in Postmaster.c , I have noticed that
even if the server in Postmaster doesn't find the database requested by
client( by >psql <databasename>) , new process for client are still being
forked in BackendStartup function of src/backend/Postmaster/Postmaster.c

_________________________________________________________________
Help STOP SPAM with the new MSN 8 and get 2 months FREE*
http://join.msn.com/?page=features/junkmail

Browse pgsql-hackers by date

  From Date Subject
Next Message Jenny - 2003-05-04 04:00:07 starting Postgresql's Postmaster
Previous Message Jenny - 2003-05-04 03:38:09 startup of Postgresql Postmaster