Re: Add stats_reset to pg_stat_all_tables|indexes and related views

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: Bertrand Drouvot <bertranddrouvot(dot)pg(at)gmail(dot)com>
Cc: Sami Imseih <samimseih(at)gmail(dot)com>, pgsql-hackers(at)lists(dot)postgresql(dot)org
Subject: Re: Add stats_reset to pg_stat_all_tables|indexes and related views
Date: 2025-10-06 06:33:41
Message-ID: aONixTBMtCU5mfKb@paquier.xyz
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Fri, Oct 03, 2025 at 10:03:32AM +0000, Bertrand Drouvot wrote:
> That makes sense. Done in 0001 attached.

Done this one, with a tweak to use directly the index name, which is a
primary key from the test table.

> Thanks! Attached v3, split in 2 sub patches as discussed above (0002 is same
> as v2 except that the tests has been changed due to 0001).

And applied this one as well after a few tweaks, mainly consistency in
the code, with what should be the proper format bumps (thanks for the
notes in your proposed commit message).
--
Michael

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message vignesh C 2025-10-06 06:37:03 Re: Logical Replication of sequences
Previous Message Alena Vinter 2025-10-06 06:25:12 Re: Resetting recovery target parameters in pg_createsubscriber