RE: [16Beta1][doc] pgstat: Track time of the last scan of a relation - Mailing list pgsql-hackers

From Shinoda, Noriyoshi (PN Japan FSIP)
Subject RE: [16Beta1][doc] pgstat: Track time of the last scan of a relation
Date
Msg-id DM4PR84MB1734C63A08FA03F3DABC676BEE4DA@DM4PR84MB1734.NAMPRD84.PROD.OUTLOOK.COM
Whole thread Raw
In response to Re: [16Beta1][doc] pgstat: Track time of the last scan of a relation  (David Rowley <dgrowleyml@gmail.com>)
List pgsql-hackers
Hi, David.

> I've now pushed this change.
Thank you so much.

-----Original Message-----
From: David Rowley <dgrowleyml@gmail.com> 
Sent: Monday, June 5, 2023 2:37 PM
To: Shinoda, Noriyoshi (PN Japan FSIP) <noriyoshi.shinoda@hpe.com>
Cc: PostgreSQL-development <pgsql-hackers@postgresql.org>; dpage@pgadmin.org; andres@anarazel.de; bruce@momjian.us;
vik@postgresfriends.org
Subject: Re: [16Beta1][doc] pgstat: Track time of the last scan of a relation

On Wed, 31 May 2023 at 15:57, Shinoda, Noriyoshi (PN Japan FSIP) <noriyoshi.shinoda@hpe.com> wrote:
>  PostgreSQL 16 Beta1, added last access time to pg_stat_all_tables and pg_stat_all_indexes views by this patch [1].
> According to the documentation [2], the data type of the columns added to these views is 'timestamptz'.
> However, columns of the same data type in pg_stat_all_tables.last_vacuum, last_analyze and other tables are unified
to'timestamp with time zone'. The attached patch changes the data type of the added column from timestamptz to
timestampwith time zone.
 

I've now pushed this change.

David

pgsql-hackers by date:

Previous
From: jiye
Date:
Subject: Re: confusion about this commit "Revert "Skip redundant anti-wraparound vacuums""
Next
From: Gurjeet Singh
Date:
Subject: Re: Mark a transaction uncommittable