replace InvalidXid(a macro that doesn't exist) with InvalidTransactionId(a macro that exists) 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: replace InvalidXid(a macro that doesn't exist) with InvalidTransactionId(a macro that exists) in code comments
Date: 2021-10-04 08:19:23
Message-ID: CALj2ACUQzdigML868nV4cojfELPkEzNLNOk7b91Pho4JB90fng@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Hi,

It seems like we have macro InvalidTransactionId but InvalidXid is
used in some of the code comments.Here's a small patch that does
$subject?

Regards,
Bharath Rupireddy.

Attachment Content-Type Size
v1-0001-replace-InvalidXid-with-InvalidTransactionId-in-c.patch application/octet-stream 2.1 KB

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Rushabh Lathia 2021-10-04 08:27:01 Re: [Patch] ALTER SYSTEM READ ONLY
Previous Message Masahiko Sawada 2021-10-04 07:53:28 Remove an obsolete comment in snapbuild.c