replace InvalidXid(a macro that doesn't exist) with InvalidTransactionId(a macro that exists) in code comments

Bharath Rupireddy <bharath.rupireddyforpostgres@gmail.com>

From: Bharath Rupireddy <bharath.rupireddyforpostgres@gmail.com>
To: PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2021-10-04T08:19:23Z
Lists: pgsql-hackers

Attachments

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.

Commits

  1. Replace occurrences of InvalidXid with InvalidTransactionId