Re: WAL-logging facility for pgstats kinds
Michael Paquier <michael@paquier.xyz>
From: Michael Paquier <michael@paquier.xyz>
To: Bertrand Drouvot <bertranddrouvot.pg@gmail.com>
Cc: Postgres hackers <pgsql-hackers@lists.postgresql.org>
Date: 2025-01-14T03:54:36Z
Lists: pgsql-hackers
Attachments
- v3-0003-Add-RMGR-and-WAL-logging-API-for-pgstats.patch (text/x-diff) patch v3-0003
- v3-0004-injection_points-Add-option-and-tests-for-WAL-log.patch (text/x-diff) patch v3-0004
On Fri, Jan 10, 2025 at 01:46:53PM +0900, Michael Paquier wrote: > I'd rather use RecoveryInProgress() here even if XLogInsertAllowed() > is a synonym of that, minus the update of LocalXLogInsertAllowed for > the local process. I've applied v2-0002 for the new header as it is useful on its own. Rebased to avoid the wrath of the CF bot, as v3. -- Michael
Commits
-
Move information about pgstats kinds into its own header pgstat_kind.h
- d35ea27e51c0 18.0 landed