=== Applying patches on top of PostgreSQL commit ID 901ed9b352b41f034e17bc540725082a488fce31 ===
/etc/rc.d/jail: WARNING: Per-jail configuration via jail_* variables is obsolete. Please consider migrating to /etc/jail.conf.
Sun May 10 12:28:21 UTC 2026
On branch cf/6400
nothing to commit, working tree clean
=== using 'git am' to apply patch ./v1-0001-Introduce-a-new-function-pg_get_publication_ddl.patch ===
Applying: Introduce a new function pg_get_publication_ddl() that returns the CREATE ddl statement for a giving PUBLICATION.
Using index info to reconstruct a base tree...
M doc/src/sgml/func/func-info.sgml
M src/backend/utils/adt/ruleutils.c
M src/include/catalog/pg_proc.dat
M src/test/regress/parallel_schedule
Falling back to patching base and 3-way merge...
Auto-merging src/test/regress/parallel_schedule
Auto-merging src/include/catalog/pg_proc.dat
Auto-merging src/backend/utils/adt/ruleutils.c
CONFLICT (content): Merge conflict in src/backend/utils/adt/ruleutils.c
Auto-merging doc/src/sgml/func/func-info.sgml
CONFLICT (content): Merge conflict in doc/src/sgml/func/func-info.sgml
error: Failed to merge in the changes.
hint: Use 'git am --show-current-patch=diff' to see the failed patch
Patch failed at 0001 Introduce a new function pg_get_publication_ddl() that returns the CREATE ddl statement for a giving PUBLICATION.
When you have resolved this problem, run "git am --continue".
If you prefer to skip this patch, run "git am --skip" instead.
To restore the original branch and stop patching, run "git am --abort".
=== using patch(1) to apply patch ./v1-0001-Introduce-a-new-function-pg_get_publication_ddl.patch ===
patching file doc/src/sgml/func/func-info.sgml
Hunk #1 succeeded at 3967 (offset 137 lines).
patching file src/backend/utils/adt/ruleutils.c
Hunk #1 FAILED at 30.
Hunk #2 succeeded at 557 (offset 11 lines).
Hunk #3 succeeded at 14365 (offset 621 lines).
1 out of 3 hunks FAILED -- saving rejects to file src/backend/utils/adt/ruleutils.c.rej
patching file src/include/catalog/pg_proc.dat
Hunk #1 succeeded at 12383 (offset 47 lines).
patching file src/test/regress/expected/publication_ddl.out
patching file src/test/regress/parallel_schedule
Hunk #1 succeeded at 143 (offset 6 lines).
patching file src/test/regress/sql/publication_ddl.sql
Unstaged changes after reset:
M doc/src/sgml/func/func-info.sgml
M src/backend/utils/adt/ruleutils.c
M src/include/catalog/pg_proc.dat
M src/test/regress/parallel_schedule
Removing src/backend/utils/adt/ruleutils.c.rej
Removing src/test/regress/expected/publication_ddl.out
Removing src/test/regress/sql/publication_ddl.sql
=== using 'git apply' to apply patch ./v1-0001-Introduce-a-new-function-pg_get_publication_ddl.patch ===
Applied patch to 'doc/src/sgml/func/func-info.sgml' with conflicts.
Applied patch to 'src/backend/utils/adt/ruleutils.c' with conflicts.
Applied patch to 'src/include/catalog/pg_proc.dat' cleanly.
Falling back to direct application...
Applied patch to 'src/test/regress/parallel_schedule' cleanly.
Falling back to direct application...
U doc/src/sgml/func/func-info.sgml
U src/backend/utils/adt/ruleutils.c
diff --cc doc/src/sgml/func/func-info.sgml
index 00f64f50ceb,600534ff11f..00000000000
--- a/doc/src/sgml/func/func-info.sgml
+++ b/doc/src/sgml/func/func-info.sgml
@@@ -3865,12 -3835,9 +3865,18 @@@ acl | {postgres=arwdDxtm/postgres,