Replace occurrences of InvalidXid with InvalidTransactionId

Daniel Gustafsson <dgustafsson@postgresql.org>

Commit: 941921b875c7710e2b070c02c7819f2510808fdd
Author: Daniel Gustafsson <dgustafsson@postgresql.org>
Date: 2021-10-04T08:31:01Z
Releases: 15.0
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

Files

PathChange+/−
src/backend/access/heap/heapam.c modified +3 −3
src/backend/utils/time/snapmgr.c modified +3 −3

Discussion