Thread: pgsql: Replace occurrences of InvalidXid with InvalidTransactionId

pgsql: Replace occurrences of InvalidXid with InvalidTransactionId

From
Daniel Gustafsson
Date:
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.rupireddyforpostgres@gmail.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(-)