Skip to content

Resolve conflicts in src/backend/commands/functioncmds.c#2569

Merged
RekGRpth merged 1 commit into
sync-14x-b13from
sync-14x-b13-9
May 22, 2026
Merged

Resolve conflicts in src/backend/commands/functioncmds.c#2569
RekGRpth merged 1 commit into
sync-14x-b13from
sync-14x-b13-9

Conversation

@RekGRpth
Copy link
Copy Markdown
Member

  1. Commit 2453ea1 in src/backend/commands/functioncmds.c in the
    interpret_function_parameter_list function renamed the local variable
    inTypes to sigArgTypes. However, the earlier commit 6b0e52b had already
    added a pre-allocation comment in the same location.

  2. Commit 2453ea1 in src/backend/commands/functioncmds.c in the
    interpret_function_parameter_list function renamed the local variable
    inTypes to sigArgTypes, changed the word input to signature in the
    error message, and removed the assignment to isinput. However, the
    earlier commit fa287d0 had already added a conditional increment of
    multisetCount in the same location.

1) Commit 2453ea1 in src/backend/commands/functioncmds.c in the
interpret_function_parameter_list function renamed the local variable
inTypes to sigArgTypes. However, the earlier commit 6b0e52b had already
added a pre-allocation comment in the same location.

2) Commit 2453ea1 in src/backend/commands/functioncmds.c in the
interpret_function_parameter_list function renamed the local variable
inTypes to sigArgTypes, changed the word input to signature in the
error message, and removed the assignment to isinput. However, the
earlier commit fa287d0 had already added a conditional increment of
multisetCount in the same location.
@RekGRpth RekGRpth merged commit 6477b96 into sync-14x-b13 May 22, 2026
1 of 2 checks passed
@RekGRpth RekGRpth deleted the sync-14x-b13-9 branch May 22, 2026 15:56
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