Re: replace InvalidXid(a macro that doesn't exist) with InvalidTransactionId(a macro that exists) in code comments
Daniel Gustafsson <daniel@yesql.se>
From: Daniel Gustafsson <daniel@yesql.se>
To: Bharath Rupireddy <bharath.rupireddyforpostgres@gmail.com>
Cc: PostgreSQL Hackers <pgsql-hackers@lists.postgresql.org>
Date: 2021-10-04T08:39:25Z
Lists: pgsql-hackers
> On 4 Oct 2021, at 10:19, Bharath Rupireddy <bharath.rupireddyforpostgres@gmail.com> wrote: > 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? While I doubt anyone would be confused by these, I do agree it's worth being consistent and use the right terms. Pushed to master, thanks! -- Daniel Gustafsson https://vmware.com/
Commits
-
Replace occurrences of InvalidXid with InvalidTransactionId
- 941921b875c7 15.0 landed