Re: outdated (bad) information in pg_stat_activity - Mailing list pgsql-general

From Tom Lane
Subject Re: outdated (bad) information in pg_stat_activity
Date
Msg-id 19566.1134574200@sss.pgh.pa.us
Whole thread Raw
In response to outdated (bad) information in pg_stat_activity  (hubert depesz lubaczewski <depesz@gmail.com>)
Responses Re: outdated (bad) information in pg_stat_activity
List pgsql-general
hubert depesz lubaczewski <depesz@gmail.com> writes:
> my pg_stat_activity is raporting process working on a query for 12 hours
> straight! (query_start).
> 2 problems:
> 1. this particular query runs typically between 80 and 200 miliseconds!
> 2. procpid of this backend does not exists anymore in system

It's possible that the "backend exited" message got dropped by the stats
mechanism --- the stats code is deliberately designed to lose messages
rather than delay the rest of the system, so it's not 100% reliable.

            regards, tom lane

pgsql-general by date:

Previous
From: Guido Neitzer
Date:
Subject: Improving Availability
Next
From: "Joshua D. Drake"
Date:
Subject: Re: Improving Availability