pgsql: Replace occurrences of InvalidXid with InvalidTransactionId
Started by Daniel Gustafssonalmost 5 years ago1 messagescomitters
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: /messages/by-id/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(-)