Skip to content

Resolve conflicts in table.h and index.c#2557

Merged
RekGRpth merged 1 commit into
sync-14x-b13from
sync-14x-b13-3
May 21, 2026
Merged

Resolve conflicts in table.h and index.c#2557
RekGRpth merged 1 commit into
sync-14x-b13from
sync-14x-b13-3

Conversation

@RekGRpth
Copy link
Copy Markdown
Member

  1. Commit 1d65416 in the file src/include/access/table.h added a
    declaration of a new function try_table_open with two arguments, while
    the earlier commit 19cd1cf already added it but with three arguments.

  2. Commit a6642b3 in the file src/backend/catalog/index.c in the
    reindex_relation function changed the warning to an error, while
    earlier commits 25a9039 and 958a672 had already added GPDB-specific
    code to the same place.

1) Commit 1d65416 in the file src/include/access/table.h added a
declaration of a new function try_table_open with two arguments, while
the earlier commit 19cd1cf already added it but with three arguments.

2) Commit a6642b3 in the file src/backend/catalog/index.c in the
reindex_relation function changed the warning to an error, while
earlier commits 25a9039 and 958a672 had already added GPDB-specific
code to the same place.
@RekGRpth RekGRpth merged commit c46cb94 into sync-14x-b13 May 21, 2026
1 check passed
@RekGRpth RekGRpth deleted the sync-14x-b13-3 branch May 21, 2026 11:20
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