stats collector dies in current

From: Tatsuo Ishii <t-ishii(at)sra(dot)co(dot)jp>
To: pgsql-hackers(at)postgresql(dot)org
Subject: stats collector dies in current
Date: 2004-08-15 03:05:41
Message-ID: 20040815.120541.15270255.t-ishii@sra.co.jp
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Bruce Momjian 2004-08-15 03:17:00 Re: 8.0 beta status
Previous Message Michael Fuhr 2004-08-15 02:18:50 Re: 8.0.0beta1: Ownership of implicit sequences after dump/restore