Re: Pluggable cumulative statistics

From: Michael Paquier <michael(at)paquier(dot)xyz>
To: Dmitry Dolgov <9erthalion6(at)gmail(dot)com>
Cc: Bertrand Drouvot <bertranddrouvot(dot)pg(at)gmail(dot)com>, Postgres hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Re: Pluggable cumulative statistics
Date: 2024-08-01 20:53:31
Message-ID: Zqv1y7AsD0Ykc4Au@paquier.xyz
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Sun, Jul 28, 2024 at 10:03:56PM +0200, Dmitry Dolgov wrote:
> So far I've got nothing against :)

I've looked again at the first patch of this series, and applied the
first one. Another last-minute edit I have done is to use more
consistently PgStat_Kind in the loops for the stats kinds across all
the pgstats code.

Attached is a rebased set of the rest, with 0001 now introducing the
pluggable core part.
--
Michael

Attachment Content-Type Size
v3-0001-Introduce-pluggable-APIs-for-Cumulative-Statistic.patch text/x-diff 20.3 KB
v3-0002-Add-helper-routines-to-retrieve-custom-data-for-f.patch text/x-diff 2.1 KB
v3-0003-doc-Add-section-for-Custom-Cumulative-Statistics-.patch text/x-diff 3.3 KB
v3-0004-injection_points-Add-statistics-for-custom-points.patch text/x-diff 14.2 KB
v3-0005-injection_points-Add-example-for-fixed-numbered-s.patch text/x-diff 11.9 KB

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Andrew Dunstan 2024-08-01 21:19:43 Re: Improving tracking/processing of buildfarm test failures
Previous Message Jacob Champion 2024-08-01 20:51:41 Re: can we mark upper/lower/textlike functions leakproof?