Re: rebellious postgres process

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Laszlo Nagy <gandalf(at)shopzeus(dot)com>
Cc: pgsql-admin(at)postgresql(dot)org
Subject: Re: rebellious postgres process
Date: 2008-11-04 15:54:59
Message-ID: 18975.1225814099@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-admin

Laszlo Nagy <gandalf(at)shopzeus(dot)com> writes:
> The process is still running:

Could you attach to it with gdb and see what it's doing?

>> Do you have a whole lot of tables in this database?
> One database has 140 tables, the other has 62. (There are two other
> database instances but they are rarely used.)
>> (Or even more directly: how large is $PGDATA/global/pgstat.stat ?)
>>
> -rw------- 1 pgsql pgsql 54536 Nov 3 20:11 pgstat.stat

Well, that lets out the theory that it just has a whole lot of stats
to keep track of ... although it's quite interesting that the file
timestamp isn't current. Somehow it's evidently gotten wedged in
a way that prevents it from updating the file.

regards, tom lane

In response to

Browse pgsql-admin by date

  From Date Subject
Next Message David Fetter 2008-11-04 16:11:01 Re: epqa; postgres performance optimizer support tool; opensource.
Previous Message Laszlo Nagy 2008-11-04 15:48:37 Re: rebellious postgres process