On Mon, May 4, 2009 at 10:24 AM, abdelhak benmohamed
wrote:
> hi
> please I want to understands
>
> what is the tie between Postgres.c and Postmaster.c
>
> thanks
Like most of the questions you've posted to the list in the last
month, this question is so general that I'm not really sure what sort
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
hi
please I want to understands
what is the tie between Postgres.c and Postmaster.c
thanks