> The following bug has been logged online:
> 
> Bug reference:      1506
> Logged by:          Roberto
> Email address:      [EMAIL PROTECTED]
> PostgreSQL version: 801
> Operating system:   Windows XP Professional
> Description:        too many postgres.exe processes on background
> Details: 
> 
> When I start up Postgre (installed as service during startup) 
> y always have
> 4 postgres.exe processes on background.

This is normal. Postmaster, bgwriter, stats collector and stats
bufferer.

> Without having local or remotes connections (like external 
> clients or applications)after a few minutes i got more than 
> 30 postgres.exe pocesses in memory (run by admin 0% CPU and 
> 60K of memory usage)
> 
> If i leave my pc on for hours instead of minutes, i got more 
> than 200 postgres.exe bck processes

You are sure there are no connections at all?
If you connect to the server with psql and do a "select * from
pg_stat_activity", do they show up?
Do you get anything in the log, either in the pg_log directory or in the
eventlog?

//Magnus

---------------------------(end of broadcast)---------------------------
TIP 3: if posting/reading through Usenet, please send an appropriate
      subscribe-nomail command to [EMAIL PROTECTED] so that your
      message can get through to the mailing list cleanly

Reply via email to