From: | Michael Paquier <michael(at)paquier(dot)xyz> |
---|---|
To: | Postgres hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org> |
Subject: | Re: WAL-logging facility for pgstats kinds |
Date: | 2024-12-31 00:52:31 |
Message-ID: | Z3NAT77QN33cxDGR@paquier.xyz |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-hackers |
On Fri, Dec 27, 2024 at 12:32:25PM +0900, Michael Paquier wrote:
> For clarity, the patch set has been split into several pieces, I hope
> rather edible:
> - 0001, a fix I've posted on a different thread [1], used in patch
> 0004 to test this new facility.
> - 0002, a refactoring piece to be able to expose stats kind data into
> the frontend (for pg_waldump).
> - 0003 is the core backend piece, introducing the WAL-logging routine
> and the new RMGR.
> - 0004, that provides tests for the new backend facility via a custom
> stats kind. Requires 0001.
>
> I am going to attach it to the next CF.
0001 has been applied as of b757abefc041. Here is a rebased patch set
for the rest.
--
Michael
Attachment | Content-Type | Size |
---|---|---|
v2-0002-Move-information-about-pgstats-kinds-into-its-own.patch | text/x-diff | 5.7 KB |
v2-0003-Add-RMGR-and-WAL-logging-API-for-pgstats.patch | text/x-diff | 11.2 KB |
v2-0004-injection_points-Add-option-and-tests-for-WAL-log.patch | text/x-diff | 7.4 KB |
From | Date | Subject | |
---|---|---|---|
Next Message | James Hunter | 2024-12-31 01:03:35 | Re: Add the ability to limit the amount of memory that can be allocated to backends. |
Previous Message | James Hunter | 2024-12-31 00:51:11 | Re: Add the ability to limit the amount of memory that can be allocated to backends. |