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

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

  1. Consistently use the function name CreateCheckPoint in code and comments.

  2. New CHECKPOINT command.