Re: postmaster vs. postgres - Mailing list pgsql-hackers

From Gavin Sherry
Subject Re: postmaster vs. postgres
Date
Msg-id Pine.LNX.4.21.0201091704040.18731-100000@linuxworld.com.au
Whole thread Raw
In response to postmaster vs. postgres  ("Christopher Kings-Lynne" <chriskl@familyhealth.com.au>)
List pgsql-hackers
On Wed, 9 Jan 2002, Christopher Kings-Lynne wrote:

> What is the difference between the postmaster binary and the postgres
> binary?  Does the postmaster act as nothing more than a multiplexor for
> postgres processes or something?

The postmaster 'binary' is a symbolic link to postgres. In reality, the
naming convention corresponds programmatically to what you have
described. If the invokation is done via 'postmaster' PostmasterMain() is
executed, otherwise it is assumed that a standalone backend s executed.

Gavin




pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: postmaster vs. postgres
Next
From: "carl garland"
Date:
Subject: Re: Feature Request: DROP ALL FROM DATABASE database_name