Re: Consistently use the function name CreateCheckPoint instead of CreateCheckpoint in code comments

Amit Kapila <amit.kapila16@gmail.com>

From: Amit Kapila <amit.kapila16@gmail.com>
To: Bharath Rupireddy <bharath.rupireddyforpostgres@gmail.com>
Cc: PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2022-01-17T03:15:51Z
Lists: pgsql-hackers
On Fri, Jan 14, 2022 at 8:05 PM Amit Kapila <amit.kapila16@gmail.com> wrote:
>
> On Fri, Jan 14, 2022 at 8:55 AM Bharath Rupireddy
> <bharath.rupireddyforpostgres@gmail.com> wrote:
> >
> > 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.
> >
>
> LGTM. I'll take care of this unless someone thinks otherwise.
>

Pushed.

-- 
With Regards,
Amit Kapila.



Commits

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

  2. New CHECKPOINT command.