Re: hellow Postmaster and Postgres

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-hackers(at)postgresql(dot)org, abdelhak(dot)benmohamed(at)yahoo(dot)fr
Subject: Re: hellow Postmaster and Postgres
Date: 2009-05-04 14:52:12
Message-ID: 200905041752.12721.peter_e@gmx.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

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.

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Scott Marlowe 2009-05-04 15:07:45 Re: high shared buffer and swap
Previous Message Robert Haas 2009-05-04 14:49:31 Re: hellow Postmaster and Postgres