Обсуждение: 2 process postgres -D for one instance

Поиск
Список
Период
Сортировка

2 process postgres -D for one instance

От
francis cherat
Дата:

Hi,


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


is it  an expected behavior ?


Regards

Francis

Re: 2 process postgres -D for one instance

От
Christoph Berg
Дата:
Re: francis cherat 2017-08-11 <HE1PR0802MB2298FDF47C971D2F22F3E66DDC890@HE1PR0802MB2298.eurprd08.prod.outlook.com>
> Hi,
> 
> 
> 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
-hbd-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
-hbd-sillage.info.xxxx
 

The second one is a child process of the first one, so there's little
to worry about. The better question is why it doesn't have a different
process title like the other child processes, but maybe you just
caught it while starting up.

Christoph