Re: Two Postgres master process are showing - one is on and off

From: Laurenz Albe <laurenz(dot)albe(at)cybertec(dot)at>
To: chiru r <chirupg(at)gmail(dot)com>, Forums postgresql <pgsql-general(at)postgresql(dot)org>
Subject: Re: Two Postgres master process are showing - one is on and off
Date: 2019-08-21 07:34:43
Message-ID: 97b944a6fcf2fd046751570487ccc519e84758f1.camel@cybertec.at
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

chiru r wrote:
> I have observed one of our PostgreSQL DB instance showing two postgres process on Linux server as highlighted. The second postgres process is on and off.
> We did not find any references in logs.
>
> Please provide your advice and help on this issue.
>
> DB version : PostgreSQL 9.5.10
> Server version : RHEL 7.6
>
> [postgres(at)PGSERVER data]$ ps -ef|grep postgres
> postgres 33438 1 0 12:41 ? 00:00:03 /u01/postgres/9.5/bin/postgres -D /u02/pgdata01/9.5/data
> [...]
> postgres 110181 33438 0 15:30 ? 00:00:00 /u01/postgres/9.5/bin/postgres -D /u02/pgdata01/9.5/data

Perhaps it is a new client connection, and the process title just hasn't been changed (yet).

What is your setting for "update_process_title"?

Yours,
Laurenz Albe
--
Cybertec | https://www.cybertec-postgresql.com

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Karl Martin Skoldebrand 2019-08-21 08:11:25 SV: Databases and servers
Previous Message Ian Barwick 2019-08-21 01:43:33 Re: pg_xlog on slaves has grown to 200GB