Re: postmaster process

From: "Magnus Naeslund(f)" <mag(at)fbab(dot)net>
To: "Al Bean" <albean84(at)hotmail(dot)com>, <pgsql-general(at)postgresql(dot)org>
Subject: Re: postmaster process
Date: 2002-12-02 22:51:02
Message-ID: 075601c29a55$49d070d0$f80c0a0a@mnd
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Al Bean <albean84(at)hotmail(dot)com> wrote:
> Hi,
>
> I just started working with postgres. When I do a top and display
> all the processes for the postgres user I notice that there are three
> postmaster processes. I'm just wondering if its normal for three to
> be running. Is there are way to increase / decrease this number?
>
> Thanks,
> Al
>

Yes it's normal.
The three processes do different things:

postmaster <- main postgresql process
postgres: stats buffer process
postgres: stats collector process

The processes are forked so they don't take as much extra memory as one
would think.
Also there will be one more per session to the database.

Magnus

In response to

Browse pgsql-general by date

  From Date Subject
Next Message Stephan Szabo 2002-12-02 22:51:20 Re: 7.4 Wishlist
Previous Message Al Bean 2002-12-02 22:38:00 postmaster process