Re: Statistics tables not being updated anymore

From: Ron <ronljohnsonjr(at)gmail(dot)com>
To: "pgsql-general(at)lists(dot)postgresql(dot)org" <pgsql-general(at)lists(dot)postgresql(dot)org>
Subject: Re: Statistics tables not being updated anymore
Date: 2019-07-01 19:30:24
Message-ID: 931f460e-18c7-942b-41cd-bbd6bfeaa9af@gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

On 7/1/19 1:48 PM, Tom Lane wrote:
> Ron <ronljohnsonjr(at)gmail(dot)com> writes:
>> Statistics views like pg_stat_*_tables, pg_stat_*_indexes,
>> pg_statio_*_tables and pg_statio_*_indexes aren't being updated anymore.
>> Specifically, all counter fields are 0, and date fields are blank.
> Does anything show up in the postmaster log when you try to query
> one of those views?

No.

> It seems like something must be wedged either in the stats collector
> process or in backends' communication with that process. Hard to say
> what on the basis of this evidence though.
>
> If you can do a postmaster restart without too much trouble, that
> might resolve the issue.

I'll try and get that approved.

--
Angular momentum makes the world go 'round.

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Ron 2019-07-01 19:35:59 Re: Statistics tables not being updated anymore
Previous Message Wells Oliver 2019-07-01 19:18:33 Argument casting hierarchy?