Re: Introduce a new view for checkpointer related stats
Greg Stark <stark@mit.edu>
From: Greg Stark <stark@mit.edu>
To: Robert Haas <robertmhaas@gmail.com>
Cc: Andres Freund <andres@anarazel.de>, Bharath Rupireddy <bharath.rupireddyforpostgres@gmail.com>, "Drouvot, Bertrand" <bertranddrouvot.pg@gmail.com>, PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2022-11-29T22:29:12Z
Lists: pgsql-hackers
On Mon, 28 Nov 2022 at 13:00, Robert Haas <robertmhaas@gmail.com> wrote: > > On Tue, Nov 22, 2022 at 3:53 PM Andres Freund <andres@anarazel.de> wrote: > I vote to just remove them. I think that most people won't update > their queries until they are forced to do so. I don't think it > matters very much when we force them to do that. I would tend to agree. If we wanted to have a deprecation period I think the smooth way to do it would be to introduce two new functions/views with the new split. Then mark the entire old view as deprecated. That way there isn't a mix of new and old columns in the same view/function. I don't think it's really necessary to do that here but there'll probably be instances where it would be worth doing. -- greg
Commits
-
Expand regression tests for pg_stat_reset_shared()
- 5b2147d9fcc1 17.0 landed
-
Introduce pg_stat_checkpointer
- 96f052613f35 17.0 landed
-
Remove buffers_backend and buffers_backend_fsync from pg_stat_checkpointer
- 74604a37f2f9 17.0 landed