pgsql: Replace occurrences of InvalidXid with InvalidTransactionId

From: Daniel Gustafsson <dgustafsson(at)postgresql(dot)org>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Replace occurrences of InvalidXid with InvalidTransactionId
Date: 2021-10-04 08:38:23
Message-ID: E1mXJUN-0002uB-6T@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Replace occurrences of InvalidXid with InvalidTransactionId

While Xid is a known shortening of TransactionId, InvalidXid is not
defined in the code. Fix comments which mistakenly were using the
shorter version.

Author: Bharath Rupireddy <bharath(dot)rupireddyforpostgres(at)gmail(dot)com>
Discussion: https://postgr.es/m/CALj2ACUQzdigML868nV4cojfELPkEzNLNOk7b91Pho4JB90fng@mail.gmail.com

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/941921b875c7710e2b070c02c7819f2510808fdd

Modified Files
--------------
src/backend/access/heap/heapam.c | 6 +++---
src/backend/utils/time/snapmgr.c | 6 +++---
2 files changed, 6 insertions(+), 6 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Daniel Gustafsson 2021-10-04 09:48:34 pgsql: Provide error hint if TAP tests are not enabled
Previous Message Michael Paquier 2021-10-04 05:07:47 pgsql: Fix snapshot builds during promotion of hot standby node with 2P