Skip to content

Resolve conflicts in src/backend/commands/tablecmds.c#2571

Open
RekGRpth wants to merge 3 commits into
sync-14x-b13from
sync-14x-b13-11
Open

Resolve conflicts in src/backend/commands/tablecmds.c#2571
RekGRpth wants to merge 3 commits into
sync-14x-b13from
sync-14x-b13-11

Conversation

@RekGRpth
Copy link
Copy Markdown
Member

  1. Commit afc7e0a in src/backend/commands/tablecmds.c added a
    conditional error message in the RemoveRelations function, while
    earlier commit 64b63f6(d8d378d) had already added a conditional call to
    the find_all_inheritors function in the same location.

  2. Commit 257836a in src/backend/commands/tablecmds.c added handling
    for the AT_AlterCollationRefreshVersion case in the
    AlterTableGetLockLevel function, while earlier GPDB-specific commits
    had already added handling for GPDB-specific cases in the same
    location.

  3. Commit 5b02d68 in src/backend/commands/tablecmds.c added a condition
    to the ATParseTransformCmd function call for the AT_AddConstraint and
    AT_AddConstraintRecurse cases and changed the comments. However, the
    earlier commit 89f85cc had already added a new argument to this
    function call.

  4. Commit 5b02d68 in src/backend/commands/tablecmds.c moved the large
    switch (cmd2->subtype) in the ATParseTransformCmd function. However,
    the earlier commit 89f85cc had already added a conditional definition
    save in the same place.

1) Commit afc7e0a in src/backend/commands/tablecmds.c added a
conditional error message in the RemoveRelations function, while
earlier commit 64b63f6(d8d378d) had already added a conditional call to
the find_all_inheritors function in the same location.

2) Commit 257836a in src/backend/commands/tablecmds.c added handling
for the AT_AlterCollationRefreshVersion case in the
AlterTableGetLockLevel function, while earlier GPDB-specific commits
had already added handling for GPDB-specific cases in the same
location.

3) Commit 5b02d68 in src/backend/commands/tablecmds.c added a condition
to the ATParseTransformCmd function call for the AT_AddConstraint and
AT_AddConstraintRecurse cases and changed the comments. However, the
earlier commit 89f85cc had already added a new argument to this
function call.

4) Commit 5b02d68 in src/backend/commands/tablecmds.c moved the large
switch (cmd2->subtype) in the ATParseTransformCmd function. However,
the earlier commit 89f85cc had already added a conditional definition
save in the same place.
Comment thread src/backend/commands/tablecmds.c Outdated
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