Fixup the variable name to indicate the WAL record reservation status.

From: Krishnakumar R <kksrcv001(at)gmail(dot)com>
To: pgsql-hackers(at)postgresql(dot)org
Subject: Fixup the variable name to indicate the WAL record reservation status.
Date: 2023-09-14 06:48:30
Message-ID: CAPMWgZ8xTgV5MmdnRdyVpyWEM5_R+d7nrCV0bcvV5v42qsScyQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi All,

Please find a small patch to improve code readability by fixing up the
variable name to indicate the WAL record reservation status. The
insertion is done later in the code based on the reservation status.

--
Thanks and Regards,
Krishnakumar (KK).
[Microsoft]

Attachment Content-Type Size
v1-0001-Fixup-the-variable-name-to-indicate-the-wal-recor.patch application/octet-stream 1.9 KB

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Michael Paquier 2023-09-14 07:29:22 Re: Have better wording for snapshot file reading failure
Previous Message Andy Fan 2023-09-14 06:41:36 Re: Extract numeric filed in JSONB more effectively