Re: Add missing stats_reset column to pg_statio_all_sequences view
Sami Imseih <samimseih@gmail.com>
From: Sami Imseih <samimseih@gmail.com>
To: Fujii Masao <masao.fujii@gmail.com>
Cc: pgsql-hackers <pgsql-hackers@postgresql.org>,
shihao zhong <zhong950419@gmail.com>
Date: 2026-03-13T02:52:10Z
Lists: pgsql-hackers
Attachments
- v2-0001-Add-stats_reset-column-to-pg_statio_all_sequences.patch (application/octet-stream) patch v2-0001
> 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. -- Sami Imseih Amazon Web Services (AWS)
Commits
-
Remove unstable test for pg_statio_all_sequences stats reset
- 57b5543bb851 19 (unreleased) landed
-
Add stats_reset column to pg_statio_all_sequences
- 8fe315f18d41 19 (unreleased) landed