Re: Multiple postmasters running from same directory - Mailing list pgsql-general

From Tom Lane
Subject Re: Multiple postmasters running from same directory
Date
Msg-id 30405.1518548553@sss.pgh.pa.us
Whole thread Raw
In response to Re: Multiple postmasters running from same directory  (Vikas Sharma <shavikas@gmail.com>)
List pgsql-general
Vikas Sharma <shavikas@gmail.com> writes:
> So is it normal for postgres to fork out new postmaster processes from the
> same data directory? I haven't seen this earlier.

They're not postmasters, they're child processes, as you can easily tell
from the PID/PPID columns of your ps output.  But a process inherits its
title from the parent at fork(), and per this discussion, they haven't
changed it yet.

            regards, tom lane


pgsql-general by date:

Previous
From: Adrian Klaver
Date:
Subject: Re: cursors and function question
Next
From: armand pirvu
Date:
Subject: Re: cursors and function question