| From: | "Jenny -" <nat_lazy(at)hotmail(dot)com> |
|---|---|
| To: | pgsql-hackers(at)postgresql(dot)org |
| Subject: | starting Postgresql's Postmaster |
| Date: | 2003-05-04 04:00:07 |
| Message-ID: | BAY1-F157N00ktmzmVB00005f66@hotmail.com |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | 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
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Christopher Kings-Lynne | 2003-05-04 04:14:20 | pg_dump future problem. |
| Previous Message | Jenny - | 2003-05-04 03:42:40 | Starting Postgresql's Postmaster |