Re: WAL-logging facility for pgstats kinds
Andres Freund <andres@anarazel.de>
From: Andres Freund <andres@anarazel.de>
To: Michael Paquier <michael@paquier.xyz>
Cc: Bertrand Drouvot <bertranddrouvot.pg@gmail.com>, Postgres hackers <pgsql-hackers@lists.postgresql.org>
Date: 2025-02-10T16:43:30Z
Lists: pgsql-hackers
Hi, On 2025-01-14 12:54:36 +0900, Michael Paquier wrote: > 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. Because I saw this being moved to the new CF: I continue to *strenuously* object to this design. As outlined upthread, I think it's going into the completely wrong direction. - Andres
Commits
-
Move information about pgstats kinds into its own header pgstat_kind.h
- d35ea27e51c0 18.0 landed