[PATCH] Add missing stats_reset column to pg_statio_all_sequences view - Mailing list pgsql-hackers

From shihao zhong
Subject [PATCH] Add missing stats_reset column to pg_statio_all_sequences view
Date
Msg-id CAGRkXqTuWe6_C06=DM_ez3yPaA=JXpjp43pAHk2+injjhEANSA@mail.gmail.com
Whole thread
List pgsql-hackers
Hi hackers,

Currently, the pg_statio_all_* views have a stats_reset column, but
pg_statio_all_sequences is missing it, as Sami pointed out in [1].

This patch adds the stats_reset column and updates the documentation
to ensure it remains in sync with the other views.

[1] [CAA5RZ0vSjCEAuKXhxacnp0ftrYkf9QRcyPK-AvTi_otFVDWphA@mail.gmail.com]

Thanks,
Shihao

Attachment

pgsql-hackers by date:

Previous
From: Melanie Plageman
Date:
Subject: Re: Unlogged rel fake lsn vs GetVictimBuffer()
Next
From: Nathan Bossart
Date:
Subject: Re: Speed up COPY FROM text/CSV parsing using SIMD