Re: postmaster vs. postgres

Поиск
Список
Период
Сортировка
От Gavin Sherry
Тема Re: postmaster vs. postgres
Дата
Msg-id Pine.LNX.4.21.0201091704040.18731-100000@linuxworld.com.au
обсуждение исходный текст
Ответ на postmaster vs. postgres  ("Christopher Kings-Lynne" <chriskl@familyhealth.com.au>)
Список 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 по дате отправления:

Предыдущее
От: Bruce Momjian
Дата:
Сообщение: Re: postmaster vs. postgres
Следующее
От: "carl garland"
Дата:
Сообщение: Re: Feature Request: DROP ALL FROM DATABASE database_name