Skip to content

Resolve conflicts in pg_proc.dat and pg_upgrade_support.c#2450

Open
RekGRpth wants to merge 1 commit intosync-14x-b12from
sync-14x-b12-5
Open

Resolve conflicts in pg_proc.dat and pg_upgrade_support.c#2450
RekGRpth wants to merge 1 commit intosync-14x-b12from
sync-14x-b12-5

Conversation

@RekGRpth
Copy link
Copy Markdown
Member

@RekGRpth RekGRpth commented May 5, 2026

  1. Commit f3faf35 in src/include/catalog/pg_proc.dat removed the
    declaration of the binary_upgrade_set_next_toast_pg_type_oid function,
    although the earlier commit 19cd1cf had already added two additional
    arguments to it.

  2. Commit f3faf35 in src/backend/utils/adt/pg_upgrade_support.c removed
    the binary_upgrade_set_next_toast_pg_type_oid function, although the
    earlier commit 19cd1cf had already added two additional arguments,
    typnamespaceoid and typname.

1) Commit f3faf35 in src/include/catalog/pg_proc.dat removed the
declaration of the binary_upgrade_set_next_toast_pg_type_oid function,
although the earlier commit 19cd1cf had already added two additional
arguments to it.

2) Commit f3faf35 in src/backend/utils/adt/pg_upgrade_support.c removed
the binary_upgrade_set_next_toast_pg_type_oid function, although the
earlier commit 19cd1cf had already added two additional arguments,
typnamespaceoid and typname.
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.

1 participant