Consistently use the function name CreateCheckPoint instead of CreateCheckpoint in code comments
Bharath Rupireddy <bharath.rupireddyforpostgres@gmail.com>
From: Bharath Rupireddy <bharath.rupireddyforpostgres@gmail.com>
To: PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2022-01-14T03:25:34Z
Lists: pgsql-hackers
Attachments
- v1-0001-Consistently-use-the-function-name-CreateCheckPoi.patch (application/octet-stream) patch v1-0001
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. Regards, Bharath Rupireddy.
Commits
-
Consistently use the function name CreateCheckPoint in code and comments.
- 4c004dd520fc 15.0 landed
-
New CHECKPOINT command.
- f0e37a85319e 7.1.1 cited