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
- v1-0001-replace-InvalidXid-with-InvalidTransactionId-in-c.patch (application/octet-stream) patch v1-0001
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
-
Replace occurrences of InvalidXid with InvalidTransactionId
- 941921b875c7 15.0 landed