stats collector dies in current - Mailing list pgsql-hackers

From Tatsuo Ishii
Subject stats collector dies in current
Date
Msg-id 20040815.120541.15270255.t-ishii@sra.co.jp
Whole thread Raw
Responses Re: stats collector dies in current  (Tom Lane <tgl@sss.pgh.pa.us>)
List pgsql-hackers
I see stats collector processes die in current when I suspend
postmaster then put it in background from a terminal:

$ ps x
:
:
21638 pts/1    S      0:00 /bin/bash -i
30525 pts/1    S      0:00 postmaster
30527 pts/1    S      0:00 postgres: writer process   
30528 pts/1    S      0:00 postgres: stats buffer process   
30529 pts/1    S      0:00 postgres: stats collector process   
30530 pts/1    R      0:00 ps x
$ fg
postmaster

[1]+  Stopped                 postmaster
$ bg
[1]+ postmaster &
LOG:  statistics collector process (PID 30528) exited with exit code 1

Is this normal?
--
Tatsuo Ishii


pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: DROP TABLESPACE causes panic during recovery
Next
From: Bruce Momjian
Date:
Subject: Re: 8.0 beta status