Re: Consistently use the function name CreateCheckPoint instead of CreateCheckpoint in code comments
Robert Treat <rob@xzilla.net>
From: Robert Treat <rob@xzilla.net>
To: Bharath Rupireddy <bharath.rupireddyforpostgres@gmail.com>
Cc: PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2022-01-14T04:27:18Z
Lists: pgsql-hackers
On Thu, Jan 13, 2022 at 10:25 PM Bharath Rupireddy <bharath.rupireddyforpostgres@gmail.com> wrote: > > Hi, > > The function CreateCheckPoint is specified as CreateCheckpoint in some > of the code comments whereas in other places it is correctly > mentioned. Attaching a tiny patch to use CreateCheckPoint consistently > across code comments. > Heh, that's interesting, as I would have said that CreateCheckpoint is the right casing vs CreateCheckPoint, but it looks like it has always been the other way (according to https://git.postgresql.org/gitweb/?p=postgresql.git;a=commitdiff;h=f0e37a85319e6c113ecd3303cddeb6edd5a6ac44). Robert Treat https://xzilla.net
Commits
-
Consistently use the function name CreateCheckPoint in code and comments.
- 4c004dd520fc 15.0 landed
-
New CHECKPOINT command.
- f0e37a85319e 7.1.1 cited