Re: [GENERAL] Fwd: 2 process postgres -D for one instance

Поиск
Список
Период
Сортировка
От Peter Eisentraut
Тема Re: [GENERAL] Fwd: 2 process postgres -D for one instance
Дата
Msg-id ff10e5d2-6f0d-c8fa-254b-299ffb96d8de@2ndquadrant.com
обсуждение исходный текст
Ответ на [GENERAL] Fwd: 2 process postgres -D for one instance  (Murtuza Zabuawala <murtuza.zabuawala@enterprisedb.com>)
Список pgsql-general
On 8/11/17 10:15, Murtuza Zabuawala wrote:
> some time whe have 2 process postgres for 1 instance like this
>
>
> exppgs   17769     1  0 01:06 ?        00:01:04
> /usr/pgsql-9.3/bin/postgres -D /bases/postgresql/scl/data -i -p 5450 -h
> bd-sillage.info.xxxx
> exppgs   39922 17769  0 15:39 ?        00:00:00
> /usr/pgsql-9.3/bin/postgres -D /bases/postgresql/scl/data -i -p 5450 -h
> bd-sillage.info.xxxx

It appears that the second one is a process forked off from the first
one.  That looks normal to me.

--
Peter Eisentraut              http://www.2ndQuadrant.com/
PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services


В списке pgsql-general по дате отправления:

Предыдущее
От: Pavel Stehule
Дата:
Сообщение: Re: [GENERAL] Receive a string in Composite-type Arguments
Следующее
От: Ron Johnson
Дата:
Сообщение: Re: [GENERAL] Fwd: 2 process postgres -D for one instance