Skip to content

Resolve conflicts in src/bin/pg_dump/pg_dump.c#2596

Open
RekGRpth wants to merge 2 commits into
sync-14x-b13from
sync-14x-b13-35
Open

Resolve conflicts in src/bin/pg_dump/pg_dump.c#2596
RekGRpth wants to merge 2 commits into
sync-14x-b13from
sync-14x-b13-35

Conversation

@RekGRpth
Copy link
Copy Markdown
Member

@RekGRpth RekGRpth commented May 26, 2026

  1. Commit a0fda03 in src/bin/pg_dump/pg_dump.c removed the first
    argument fout from the findNamespace function definition, while an
    earlier commit by bdfea29 had already added a const specifier to the
    second argument of the dumpTableData and refreshMatViewData functions
    below.

  2. Commit a0fda03 in src/bin/pg_dump/pg_dump.c removed the first
    argument fout from the convertRegProcReference function definition,
    while an earlier commit by bdfea29 had already added a const specifier
    to the second argument of the format_function_signature function above.

  3. Commit a45bc8a in src/bin/pg_dump/pg_dump.c replaced the arguments
    in the main function call to ConnectDatabase, while earlier commit
    19cd1cf had already added a new bool binary_upgrade argument.

  4. Commit 4648243 in src/bin/pg_dump/pg_dump.c added substream to the
    getSubscriptions function, while earlier commit 1b64fae had already
    changed rolname to subowner in the same place.

  5. Commit a0fda03 in src/bin/pg_dump/pg_dump.c removed the first fout
    argument when calling findNamespace in the getTypes, getAggregates,
    getFuncs, and getTables functions. Earlier commit 9e5f1f2 had already
    refactored the code below.

  6. Commit 403a3d9 in src/bin/pg_dump/pg_dump.c added a lock on all
    relations in the getTables function, although earlier commits 8317413
    and 0f66928 had already refactored this.

  7. Commit 257836a in src/bin/pg_dump/pg_dump.c added handling for
    inddependcollnames and inddependcollversions in the getIndexes
    function, although earlier commit 30ab901 had already refactored the
    code.

  8. Commit 5423853 in src/bin/pg_dump/pg_dump.c added the additional
    !dopt->dataOnly condition twice to the getTableAttrs function, while
    earlier commit 30ab901 had already done this differently.

  9. Commit a0fda03 in src/bin/pg_dump/pg_dump.c removed the first fout
    argument when calling the findNamespace function in the getOperators,
    getCollations, getConversions, getOpclasses, getOpfamilies,
    getExtendedStatistics, getTSDictionaries, and getTSConfigurations
    functions. Earlier commit 1b64fae had already changed rolname to
    cfgowner in the same place.

  10. Commit 110d817 in src/bin/pg_dump/pg_dump.c replaced the call to
    the string function appendPQExpBuffer without formatting with the more
    efficient appendPQExpBufferStr in the dumpFunc function, although
    earlier commits had already changed the code.

  11. Commit 1ed6b89 in src/bin/pg_dump/pg_dump.c added a conditional
    warning in the dumpOpr function, although earlier commit a0fda03 had
    already removed the first fout argument when calling the
    convertRegProcReference function.

  12. Commit 110d817 in src/bin/pg_dump/pg_dump.c replaced the call to
    the string function appendPQExpBuffer without formatting with the more
    efficient appendPQExpBufferStr in the dumpAgg function, although
    earlier commits had already done the same.

RekGRpth added 2 commits May 26, 2026 16:06
) Commit 110d817 in src/bin/pg_dump/pg_dump.c in the dumpFunc function
replaced the call to the string function appendPQExpBuffer without
formatting with the more efficient appendPQExpBufferStr, although
earlier commits had already changed the code.

) Commit 1ed6b89 in src/bin/pg_dump/pg_dump.c in the dumpOpr function
added a conditional warning, although earlier commit a0fda03 had
already removed the first fout argument when calling the
convertRegProcReference function below.

) Commit 110d817 in src/bin/pg_dump/pg_dump.c in the dumpAgg function
replaced the call to the string function appendPQExpBuffer without
formatting with the more efficient appendPQExpBufferStr, while earlier
commits had already done the same.
@RekGRpth RekGRpth marked this pull request as ready for review May 26, 2026 12:24
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