Re: postmaster vs. postgres

From: Gavin Sherry <swm(at)linuxworld(dot)com(dot)au>
To: Christopher Kings-Lynne <chriskl(at)familyhealth(dot)com(dot)au>
Cc: Hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: postmaster vs. postgres
Date: 2002-01-09 06:13:04
Message-ID: Pine.LNX.4.21.0201091704040.18731-100000@linuxworld.com.au
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message erigeneni srinivasulu 2002-01-09 06:42:06 Converting oracle data in to postgresql
Previous Message Bruce Momjian 2002-01-09 06:07:34 Re: postmaster vs. postgres