Re: [PATCH] Add features to pg_stat_statements
btkatsuragiyu <btkatsuragiyu@oss.nttdata.com>
From: Katsuragi Yuta <btkatsuragiyu@oss.nttdata.com>
To: legrand legrand <legrand_legrand@hotmail.com>
Cc: pgsql-hackers@postgresql.org
Date: 2020-09-24T07:32:51Z
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
Commits
-
pg_stat_statements: Track number of times pgss entries were deallocated.
- 9fbc3f318d03 14.0 landed