Re: Multiple postmasters running from same directory

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Vikas Sharma <shavikas(at)gmail(dot)com>
Cc: Laurenz Albe <laurenz(dot)albe(at)cybertec(dot)at>, pgsql-general(at)postgresql(dot)org
Subject: Re: Multiple postmasters running from same directory
Date: 2018-02-13 19:02:33
Message-ID: 30405.1518548553@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Vikas Sharma <shavikas(at)gmail(dot)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

In response to

Browse pgsql-general by date

  From Date Subject
Next Message armand pirvu 2018-02-13 19:03:05 Re: cursors and function question
Previous Message Adrian Klaver 2018-02-13 18:54:35 Re: cursors and function question