Re: [PATCH] Add features to pg_stat_statements

From: Katsuragi Yuta <btkatsuragiyu(at)oss(dot)nttdata(dot)com>
To: legrand legrand <legrand_legrand(at)hotmail(dot)com>
Cc: pgsql-hackers(at)postgresql(dot)org
Subject: Re: [PATCH] Add features to pg_stat_statements
Date: 2020-09-24 07:32:51
Message-ID: da43a8a55f92622569b9ce4c57a0df41@oss.nttdata.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On 2020-09-24 14:15, legrand legrand wrote:
> Hi,
> Both are probably not needed.
> I would prefer it accessible in a view live
>
> Event | date | victims
> Eviction...
> Reset...
> Part reset ...
>
> As there are other needs to track reset times.

Let me confirm one thing.
Is the number of records of this view fixed to three?
Or, will a new record be appended every time
an event (Eviction or Reset or Part Reset) happens?

Regards,
Katsuragi Yuta

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Daniel Gustafsson 2020-09-24 07:39:34 Re: A little enhancement for hashdisk testset
Previous Message Daniel Gustafsson 2020-09-24 07:24:19 Re: Online checksums patch - once again