Re: Tracking last scan time
Michael Paquier <michael@paquier.xyz>
From: Michael Paquier <michael@paquier.xyz>
To: Dave Page <dpage@pgadmin.org>
Cc: Andres Freund <andres@anarazel.de>, Vik Fearing <vik@postgresfriends.org>, Matthias van de Meent <boekewurm+postgres@gmail.com>, PostgreSQL Developers <pgsql-hackers@lists.postgresql.org>
Date: 2022-10-12T06:40:21Z
Lists: pgsql-hackers
On Mon, Oct 03, 2022 at 12:55:40PM +0100, Dave Page wrote: > Thanks. It's just the changes in xact.c, so it doesn't seem like it would > cause you any more work either way, in which case, I'll leave it to you :-) Okay, I have just moved the patch to the next CF then, still marked as ready for committer. Are you planning to look at that? -- Michael
Commits
-
Fix initialization of pg_stat_get_lastscan()
- d7744d50a539 16.0 landed
-
pgstat: Track time of the last scan of a relation
- c037471832e1 16.0 landed
-
Have GetCurrentTransactionStopTimestamp() set xactStopTimestamp if unset
- 309b2cf2433d 16.0 landed