[PATCH] Add missing stats_reset column to pg_statio_all_sequences view

From: shihao zhong <zhong950419(at)gmail(dot)com>
To: PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: [PATCH] Add missing stats_reset column to pg_statio_all_sequences view
Date: 2026-03-11 18:04:52
Message-ID: CAGRkXqTuWe6_C06=DM_ez3yPaA=JXpjp43pAHk2+injjhEANSA@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: 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(at)mail(dot)gmail(dot)com]

Thanks,
Shihao

Attachment Content-Type Size
pg_statio_all_sequences.patch application/octet-stream 5.2 KB

Browse pgsql-hackers by date

  From Date Subject
Next Message Nathan Bossart 2026-03-11 18:09:21 Re: Speed up COPY FROM text/CSV parsing using SIMD
Previous Message Melanie Plageman 2026-03-11 18:03:36 Re: Unlogged rel fake lsn vs GetVictimBuffer()