Re: [GENERAL] Fwd: 2 process postgres -D for one instance - Mailing list pgsql-general

From Don Seiler
Subject Re: [GENERAL] Fwd: 2 process postgres -D for one instance
Date
Msg-id CAHJZqBCEv2=HPui_tx82h_ZOg9mm5NX-b-g_uujZWQM2ZPRi_w@mail.gmail.com
Whole thread Raw
In response to Re: [GENERAL] Fwd: 2 process postgres -D for one instance  (Ron Johnson <ron.l.johnson@cox.net>)
Responses Re: [GENERAL] Fwd: 2 process postgres -D for one instance  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-general
Yes exactly. That's the parent PID for that process.

On Fri, Aug 11, 2017 at 2:44 PM, Ron Johnson <ron.l.johnson@cox.net> wrote:
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?




--
Don Seiler
www.seiler.us

pgsql-general by date:

Previous
From: Ron Johnson
Date:
Subject: Re: [GENERAL] Fwd: 2 process postgres -D for one instance
Next
From: Rui Pacheco
Date:
Subject: [GENERAL] How to make server generate more output?