Replace occurrences of InvalidXid with InvalidTransactionId
authorDaniel Gustafsson <dgustafsson@postgresql.org>
Mon, 4 Oct 2021 08:31:01 +0000 (10:31 +0200)
committerDaniel Gustafsson <dgustafsson@postgresql.org>
Mon, 4 Oct 2021 08:31:01 +0000 (10:31 +0200)
commit941921b875c7710e2b070c02c7819f2510808fdd
tree79dacf327a890c501e334e99d3f5f05830f20d7c
parent8a4237908c0fe73dd41d4d7c7a6314f17dfd7a6f
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
src/backend/access/heap/heapam.c
src/backend/utils/time/snapmgr.c