Re: Fwd: 2 process postgres -D for one instance

From: Ron Johnson <ron(dot)l(dot)johnson(at)cox(dot)net>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: Fwd: 2 process postgres -D for one instance
Date: 2017-08-11 19:44:13
Message-ID: eaa2ab10-6dab-0986-3b07-47b8efab16fd@cox.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 08/11/2017 02:35 PM, Peter Eisentraut wrote:
> 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.

Because of the reference to 17769 in the second entry?

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Don Seiler 2017-08-11 20:06:49 Re: Fwd: 2 process postgres -D for one instance
Previous Message Peter Eisentraut 2017-08-11 19:35:30 Re: Fwd: 2 process postgres -D for one instance