Skip to content

Resolve conflicts in the pg_control.h#2444

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

Resolve conflicts in the pg_control.h#2444
KnightMurloc wants to merge 1 commit intosync-14x-b12from
ADBDEV-9793-3

Conversation

@KnightMurloc
Copy link
Copy Markdown

@KnightMurloc KnightMurloc commented May 4, 2026

Commit fea10a6 renamed a field in the
CheckPoint, but commit 24e2740 added other
field nearby.

Commit fea10a6 renamed a field in the
CheckPoint, but commit 24e2740 added other
field nearby.
=======
FullTransactionId nextXid; /* next free transaction ID */
>>>>>>> d259afa7365165760004c2fdbe2520a94ddf2600
DistributedTransactionId nextGxid; /* next free gxid */
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 GPDB-specific places? for example

context->indexXid = XidFromFullTransactionId(ShmemVariableCache->nextFullXid);

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