Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[MERGE PG13][yugabyte#14506] Fix YbClearCurrentTransactionId()
Summary: YbClearCurrentTransactionId() was introduced to handle temp tables created during concurrent materialized view refreshes correctly. PG13 no longer uses `CurrentTransactionState->transactionId` and `MyPgXact`. This diff changes the code to use the PG13 equivalent of these fields/structures - `CurrentTransactionState->fullTransactionId` and `MyProc->xid`. Test Plan: Jenkins: skip Reviewers: neil, smishra Reviewed By: neil, smishra Subscribers: yql Differential Revision: https://phabricator.dev.yugabyte.com/D21721
- Loading branch information