Re: Add callback in pgstats for backend initialization
Michael Paquier <michael@paquier.xyz>
From: Michael Paquier <michael@paquier.xyz>
To: Kyotaro Horiguchi <horikyota.ntt@gmail.com>
Cc: bertranddrouvot.pg@gmail.com, pgsql-hackers@lists.postgresql.org
Date: 2024-09-04T06:04:09Z
Lists: pgsql-hackers
On Wed, Sep 04, 2024 at 02:15:43PM +0900, Kyotaro Horiguchi wrote: > The name "init_backend" makes it sound like the function initializes > the backend. backend_init might be a better choice, but I'm not sure. We (kind of) tend to prefer $verb_$thing-or-action_cb for the name of the callbacks, which is why I chose this naming. If you feel strongly about "backend_init_cb", that's also fine by me; you are the original author of this code area with Andres. -- Michael
Commits
-
Add callback for backend initialization in pgstats
- 1b373aed20e6 18.0 landed