Thread

Commits

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

  2. New CHECKPOINT command.

  1. Consistently use the function name CreateCheckPoint instead of CreateCheckpoint in code comments

    Bharath Rupireddy <bharath.rupireddyforpostgres@gmail.com> — 2022-01-14T03:25:34Z

    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.
    
  2. Re: Consistently use the function name CreateCheckPoint instead of CreateCheckpoint in code comments

    Robert Treat <rob@xzilla.net> — 2022-01-14T04:27:18Z

    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
    
    
    
    
  3. Re: Consistently use the function name CreateCheckPoint instead of CreateCheckpoint in code comments

    Amit Kapila <amit.kapila16@gmail.com> — 2022-01-14T14:35:49Z

    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.
    
    -- 
    With Regards,
    Amit Kapila.
    
    
    
    
  4. Re: Consistently use the function name CreateCheckPoint instead of CreateCheckpoint in code comments

    Amit Kapila <amit.kapila16@gmail.com> — 2022-01-17T03:15:51Z

    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.