Re: [HACKERS] hellow Postmaster and Postgres

2009-05-04 Thread Robert Haas
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

Re: [HACKERS] hellow Postmaster and Postgres

2009-05-04 Thread Peter Eisentraut
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

[HACKERS] hellow Postmaster and Postgres

2009-05-04 Thread abdelhak benmohamed
hi please I want to understands what is the tie between Postgres.c and Postmaster.c thanks