Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

BUG #1951: Multiple instances of postgres.exe running

32 views
Skip to first unread message

Terry Leffler

unread,
Oct 10, 2005, 3:19:11 PM10/10/05
to

The following bug has been logged online:

Bug reference: 1951
Logged by: Terry Leffler
Email address: j...@jtleffler.com
PostgreSQL version: 8.04
Operating system: windows 2000
Description: Multiple instances of postgres.exe running
Details:

Hi,

I have seen multiple instances of postgres.exe running in my task manager.
Right now it is 6 separate instances. I can reboot and (postgresql starts as
a service) I will see 4 instances of postgres.exe.

I can do "SELECT * FROM pg_stat_activity" and I receive:

1;"template1";1720;1;"postgres";"<command string not enabled>";""
17262;"TurningRocks";584;1;"postgres";"<command string not enabled>";""
17262;"TurningRocks";808;1;"postgres";"<command string not enabled>";""

Thanks

---------------------------(end of broadcast)---------------------------
TIP 6: explain analyze is your friend

Magnus Hagander

unread,
Oct 11, 2005, 12:05:37 PM10/11/05
to
> Bug reference: 1951
> Logged by: Terry Leffler
> Email address: j...@jtleffler.com
> PostgreSQL version: 8.04
> Operating system: windows 2000
> Description: Multiple instances of postgres.exe running
> Details:
>
> Hi,
>
> I have seen multiple instances of postgres.exe running in my
> task manager.
> Right now it is 6 separate instances. I can reboot and
> (postgresql starts as a service) I will see 4 instances of
> postgres.exe.
>
> I can do "SELECT * FROM pg_stat_activity" and I receive:
>
> 1;"template1";1720;1;"postgres";"<command string not enabled>";""
> 17262;"TurningRocks";584;1;"postgres";"<command string not
> enabled>";""
> 17262;"TurningRocks";808;1;"postgres";"<command string not
> enabled>";""

This is absolutely normal. The first four are the bgwriter, the logger
and the two stats processees. The other are the backends serving active
connections.

//Magnus

---------------------------(end of broadcast)---------------------------
TIP 3: Have you checked our extensive FAQ?

http://www.postgresql.org/docs/faq

0 new messages