Re: Add missing stats_reset column to pg_statio_all_sequences view - Mailing list pgsql-hackers

From Fujii Masao
Subject Re: Add missing stats_reset column to pg_statio_all_sequences view
Date
Msg-id CAHGQGwEP23LzvkuzQPDO55Ys3gqYzY89sK7znAq6kOuUPmrH9A@mail.gmail.com
Whole thread
In response to Re: Add missing stats_reset column to pg_statio_all_sequences view  (Sami Imseih <samimseih@gmail.com>)
Responses Re: Add missing stats_reset column to pg_statio_all_sequences view
List pgsql-hackers
On Fri, Mar 13, 2026 at 11:52 AM Sami Imseih <samimseih@gmail.com> wrote:
>
> > it would be better to verify that the stats of the specified sequence are
> > actually reset by using pg_stat_reset_single_table_counters().
> >
> > Also, the documentation for pg_stat_reset_single_table_counters() should
> > mention that it can reset sequence statistics as well.
>
> good points.
>
> For the  documentation of pg_stat_reset_single_table_counters(), I also
> mentioned materialized views for completeness.

Thanks for updating the patch!

I made a few cosmetic changes and pushed the patch. Thanks!

Regards,

--
Fujii Masao



pgsql-hackers by date:

Previous
From: Andrew Kim
Date:
Subject: Re: Proposal for enabling auto-vectorization for checksum calculations
Next
From: Andrey Borodin
Date:
Subject: Re: Improve OAuth discovery logging