pgsql: Replace occurrences of InvalidXid with InvalidTransactionId - Mailing list pgsql-committers

From Daniel Gustafsson
Subject pgsql: Replace occurrences of InvalidXid with InvalidTransactionId
Date
Msg-id E1mXJUN-0002uB-6T@gemulon.postgresql.org
Whole thread Raw
List 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.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(-)


pgsql-committers by date:

Previous
From: Michael Paquier
Date:
Subject: pgsql: Fix snapshot builds during promotion of hot standby node with 2P
Next
From: Daniel Gustafsson
Date:
Subject: pgsql: Provide error hint if TAP tests are not enabled