Re: BUG #15493: Wrong name of fields/missing fields for the internal statistic

From: Frank Büttner <frank(dot)buettner(at)mdc-berlin(dot)de>
To: <pgsql-bugs(at)lists(dot)postgresql(dot)org>
Subject: Re: BUG #15493: Wrong name of fields/missing fields for the internal statistic
Date: 2018-11-12 09:14:56
Message-ID: e127864e-2244-e7ec-8e9d-98b22b10ecf0@mdc-berlin.de
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-bugs

Hi Tom,
thanks for the hint.
In the background there was an extreme old monitoring script running.
But I didn't know about it. Now it is fixed.

Regards,
Frank

Am 08.11.2018 um 15:48 schrieb Tom Lane:
> =?utf-8?q?PG_Bug_reporting_form?= <noreply(at)postgresql(dot)org> writes:
>> After some times, many errors are logged about not existing fields.
>> < 2018-11-08 14:21:59.820 CET >ERROR: column "procpid" does not exist at
>> character 132
>> < 2018-11-08 14:21:59.820 CET >STATEMENT: SELECT datname, datid, usename,
>> client_addr, '' AS state, COALESCE(ROUND(EXTRACT(epoch FROM
>> now()-query_start)),0) AS seconds,
>> procpid as pid, regexp_replace(current_query, E'[\n\r\u2028]+', '
>> ', 'g' ) AS current_query FROM pg_stat_activity WHERE (query_start IS NOT
>> NULL AND current_query NOT LIKE '<IDLE>%') ORDER BY query_start, procpid
>> DESC;
>
> The procpid and current_query columns disappeared from pg_stat_activity in
> Postgres 9.2 (or more accurately, they were renamed because they changed
> meaning a bit). Apparently you're using some very old monitoring software
> that hasn't been updated to know about that.
>
> regards, tom lane
>

In response to

Browse pgsql-bugs by date

  From Date Subject
Next Message Kyotaro HORIGUCHI 2018-11-12 09:23:51 Re: BUG #15449: file_fdw using program cause exit code error when using LIMIT
Previous Message Noah Misch 2018-11-12 07:23:33 Re: BUG #15326: keep getting "ERROR: type "earth" does not exist" while it does exist