Skip to content

Resolve conflicts in src/backend/parser/parse_utilcmd.c#2582

Open
RekGRpth wants to merge 1 commit into
sync-14x-b13from
sync-14x-b13-21
Open

Resolve conflicts in src/backend/parser/parse_utilcmd.c#2582
RekGRpth wants to merge 1 commit into
sync-14x-b13from
sync-14x-b13-21

Conversation

@RekGRpth
Copy link
Copy Markdown
Member

  1. Commit 5028981 in src/backend/parser/parse_utilcmd.c removed the
    inh_indexes field in the CreateStmtContext structure, while earlier
    commit 391b78e had already added the attr_encodings field in the same
    location.

  2. Commit e7c2b95 in src/backend/parser/parse_utilcmd.c added a new
    local variable, nameEl_idx, in the generateSerialExtraStmts function,
    while earlier commit 19cd1cf had added the local variable,
    has_cache_option, in the same location.

  3. Commit 5028981 in src/backend/parser/parse_utilcmd.c changed the
    comment before the transformTableLikeClause function, while earlier
    commit 598f4b0 had already added a GPDB-specific comment at this
    location.

  4. Commit 5028981 in src/backend/parser/parse_utilcmd.c moved some code
    in the transformTableLikeClause function to the new
    expandTableLikeClause function, while earlier GPDB-specific commits had
    already added handling for the CREATE_TABLE_LIKE_STORAGE option. A
    further modification to the CREATE_TABLE_LIKE_STORAGE option will be
    made in commit 2e7e4d6.

  5. Commit 5028981 in src/backend/parser/parse_utilcmd.c in the
    transformAlterTableStmt function removed the initialization of the
    inh_indexes field, while the earlier commit 391b78e had already added
    the initialization of the attr_encodings field in the same place.

1) Commit 5028981 in src/backend/parser/parse_utilcmd.c removed the
inh_indexes field in the CreateStmtContext structure, while earlier
commit 391b78e had already added the attr_encodings field in the same
location.

2) Commit e7c2b95 in src/backend/parser/parse_utilcmd.c added a new
local variable, nameEl_idx, in the generateSerialExtraStmts function,
while earlier commit 19cd1cf had added the local variable,
has_cache_option, in the same location.

3) Commit 5028981 in src/backend/parser/parse_utilcmd.c changed the
comment before the transformTableLikeClause function, while earlier
commit 598f4b0 had already added a GPDB-specific comment at this
location.

4) Commit 5028981 in src/backend/parser/parse_utilcmd.c moved some code
in the transformTableLikeClause function to the new
expandTableLikeClause function, while earlier GPDB-specific commits had
already added handling for the CREATE_TABLE_LIKE_STORAGE option. A
further modification to the CREATE_TABLE_LIKE_STORAGE option will be
made in commit 2e7e4d6.

5) Commit 5028981 in src/backend/parser/parse_utilcmd.c in the
transformAlterTableStmt function removed the initialization of the
inh_indexes field, while the earlier commit 391b78e had already added
the initialization of the attr_encodings field in the same place.
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.

3 participants