starting Postgresql's Postmaster - Mailing list pgsql-hackers

From Jenny -
Subject starting Postgresql's Postmaster
Date
Msg-id BAY1-F157N00ktmzmVB00005f66@hotmail.com
Whole thread Raw
List pgsql-hackers
hi,
by putting prntline statements in src/backend/Postmater/Postmaster.c , I 
have noticed that even when  server running in 
src/backend/Postmater/Postmaster.c  doesnt' find the database requested by
the client ( by the command >psql <dbname> ), new processes are being forked 
in BackendStartup of src/backend/Postmater/Postmaster.c . Why is this so?

Also, lockAcquire of src/backend/storage/lmgr/lock.c gets called as soon as 
the Postmaster starts running , why is this so?

thank you



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



pgsql-hackers by date:

Previous
From: "Jenny -"
Date:
Subject: Starting Postgresql's Postmaster
Next
From: Christopher Kings-Lynne
Date:
Subject: pg_dump future problem.