Re: WAL-logging facility for pgstats kinds
Michael Paquier <michael@paquier.xyz>
From: Michael Paquier <michael@paquier.xyz>
To: Andres Freund <andres@anarazel.de>
Cc: Bertrand Drouvot <bertranddrouvot.pg@gmail.com>, Postgres hackers <pgsql-hackers@lists.postgresql.org>
Date: 2025-02-12T00:50:54Z
Lists: pgsql-hackers
On Mon, Feb 10, 2025 at 11:43:30AM -0500, Andres Freund wrote: > 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. Right. FWIW, I'm not sure that we can absolutely just discard a possiblity like what this patch is doing, but I see your point that it may not fit into the final picture, depending on what we finish with. I'll go discard that for now, keeping it aside in case. -- Michael
Commits
-
Move information about pgstats kinds into its own header pgstat_kind.h
- d35ea27e51c0 18.0 landed