Thread
Commits
-
Replace occurrences of InvalidXid with InvalidTransactionId
- 941921b875c7 15.0 landed
-
replace InvalidXid(a macro that doesn't exist) with InvalidTransactionId(a macro that exists) in code comments
Bharath Rupireddy <bharath.rupireddyforpostgres@gmail.com> — 2021-10-04T08:19:23Z
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.
-
Re: replace InvalidXid(a macro that doesn't exist) with InvalidTransactionId(a macro that exists) in code comments
Daniel Gustafsson <daniel@yesql.se> — 2021-10-04T08:39:25Z
> 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/