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

From: Bharath Rupireddy <bharath(dot)rupireddyforpostgres(at)gmail(dot)com>
To: PostgreSQL Hackers <pgsql-hackers(at)lists(dot)postgresql(dot)org>
Subject: Consistently use the function name CreateCheckPoint instead of CreateCheckpoint in code comments
Date: 2022-01-14 03:25:34
Message-ID: CALj2ACVZmKsvDjtd45+9oTcnjUJtC4LF2BYK8TpWT1f=NjJX3w@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

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.

Attachment Content-Type Size
v1-0001-Consistently-use-the-function-name-CreateCheckPoi.patch application/octet-stream 1.9 KB

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Andres Freund 2022-01-14 03:35:17 Re: Add client connection check during the execution of the query
Previous Message Peter Geoghegan 2022-01-14 03:24:09 Re: small development tip: Consider using the gold linker