Re: Postgres.exe on windows format on command line that starts the process

From: "David Johnston" <polobo(at)yahoo(dot)com>
To: <bruce(at)concena(dot)com>, <pgsql-general(at)postgresql(dot)org>
Subject: Re: Postgres.exe on windows format on command line that starts the process
Date: 2012-04-02 18:09:42
Message-ID: 011501cd10fb$c998c340$5cca49c0$@yahoo.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

From: pgsql-general-owner(at)postgresql(dot)org
[mailto:pgsql-general-owner(at)postgresql(dot)org] On Behalf Of bruce(at)concena(dot)com
Sent: Monday, April 02, 2012 8:39 AM
To: pgsql-general(at)postgresql(dot)org
Subject: [GENERAL] Postgres.exe on windows format on command line that
starts the process

In Windows PostgreSQL spawns numerous postgres.exe processes. When you look
at the actual command line you see the command that started the process. For
example: "c:/PostgreSQL/8.4/bin/postgres.exe" "--forkbackend" "1372"

My questions
1. In the example above does 1372 represent a port? >>> NO
2. If it is a port then how can I change the ports used OR avoid using
certain ports? >>>NOT A PORT

Thanks,
Bruce.

>>> The "1372" is a system process id (pid), basically a PK for a Window's
process.

>>> David J.

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Efraín Déctor 2012-04-02 18:30:18 Sequential Scans
Previous Message Greg Stark 2012-04-02 17:44:33 Re: Switching to Homebrew as recommended Mac install?