Re: pg_checkpointer is not a verb or verb phrase
Nathan Bossart <nathandbossart@gmail.com>
From: Nathan Bossart <nathandbossart@gmail.com>
To: Magnus Hagander <magnus@hagander.net>
Cc: Robert Haas <robertmhaas@gmail.com>, Michael Paquier <michael@paquier.xyz>, Isaac Morland <isaac.morland@gmail.com>, "pgsql-hackers@postgresql.org" <pgsql-hackers@postgresql.org>
Date: 2022-07-01T21:50:54Z
Lists: pgsql-hackers
Attachments
- v1-0001-Rename-pg_checkpointer-to-pg_checkpoint.patch (text/x-diff)
On Fri, Jul 01, 2022 at 03:36:48PM +0200, Magnus Hagander wrote: > +1 for pg_checkpoint on that -- let's not make it longer than necessary. > > And yes, +1 for actually changing it. It's a lot cheaper to change it now > than it will be in the future. Yes, it would've been even cheaper to have > already changed it, but we can't go back in time... Yeah, pg_checkpoint seems like the obvious alternative to pg_checkpointer. I didn't see a patch in this thread yet, so I've put one together. I did not include the catversion bump. -- Nathan Bossart Amazon Web Services: https://aws.amazon.com
Commits
-
Rename pg_checkpointer predefined role to pg_checkpoint.
- d3526e59fd11 15.0 landed
- b9eb0ff09eb8 16.0 landed