Skip to content

Resolve conficts in the transam.h#2445

Open
KnightMurloc wants to merge 1 commit intosync-14x-b12from
ADBDEV-9793-4
Open

Resolve conficts in the transam.h#2445
KnightMurloc wants to merge 1 commit intosync-14x-b12from
ADBDEV-9793-4

Conversation

@KnightMurloc
Copy link
Copy Markdown

Commit 3bd7f99 changes the field
latestCompletedXid in the VariableCacheData struct, and commit
623a9ba adds a new field to the
VariableCacheData struct, while earlier commit
24e2740 added two fields nearby.

Commit 3bd7f99 changes the field
latestCompletedXid in the VariableCacheData struct, and commit
623a9ba adds a new field to the
VariableCacheData struct, while earlier commit
24e2740 added two fields nearby.
<<<<<<< HEAD
TransactionId latestCompletedXid; /* newest XID that has committed or
* aborted */
FullTransactionId latestCompletedXid; /* newest full XID that has
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

how about changes in GPDB-specific places? for example

TransactionId latestXid = ShmemVariableCache->latestCompletedXid;

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants