On Monday 04 May 2009 17:24:29 abdelhak benmohamed wrote:
> what is the tie between Postgres.c and Postmaster.c

Roughly speaking, postgres.c is the server session process, and postmaster.c 
is the master process that forks the session processes.  The entry point to 
everything is in main.c.  Start reading there if you are interested in the 
details.

-- 
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

Reply via email to