=== 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 02:55:24 UTC 2026 On branch cf/6514 nothing to commit, working tree clean === using 'git am' to apply patch ./v12-0001-Support-automatic-sequence-replication.patch === Applying: Support automatic sequence replication. Using index info to reconstruct a base tree... M doc/src/sgml/logical-replication.sgml M doc/src/sgml/ref/alter_subscription.sgml M src/backend/replication/logical/sequencesync.c M src/backend/replication/logical/worker.c M src/test/subscription/t/036_sequences.pl Falling back to patching base and 3-way merge... Auto-merging src/test/subscription/t/036_sequences.pl Auto-merging src/backend/replication/logical/worker.c Auto-merging src/backend/replication/logical/sequencesync.c Auto-merging doc/src/sgml/ref/alter_subscription.sgml Auto-merging doc/src/sgml/logical-replication.sgml === using 'git am' to apply patch ./v12-0002-Cache-sequence-information-in-the-sequence-sync-.patch === Applying: Cache sequence information in the sequence sync worker. === using 'git am' to apply patch ./v12-0003-Synchronize-sequences-directly-in-REFRESH-SEQUEN.patch === Applying: Synchronize sequences directly in REFRESH SEQUENCES command. error: sha1 information is lacking or useless (src/backend/replication/logical/sequencesync.c). error: could not build fake ancestor hint: Use 'git am --show-current-patch=diff' to see the failed patch Patch failed at 0001 Synchronize sequences directly in REFRESH SEQUENCES command. 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 ./v12-0003-Synchronize-sequences-directly-in-REFRESH-SEQUEN.patch === patching file doc/src/sgml/logical-replication.sgml patching file src/backend/commands/subscriptioncmds.c patching file src/backend/replication/logical/sequencesync.c Hunk #7 FAILED at 530. 1 out of 15 hunks FAILED -- saving rejects to file src/backend/replication/logical/sequencesync.c.rej patching file src/include/replication/logicalworker.h patching file src/test/subscription/t/036_sequences.pl Hunk #1 succeeded at 219 with fuzz 1 (offset 43 lines). Unstaged changes after reset: M doc/src/sgml/logical-replication.sgml M src/backend/commands/subscriptioncmds.c M src/backend/replication/logical/sequencesync.c M src/include/replication/logicalworker.h M src/test/subscription/t/036_sequences.pl Removing src/backend/replication/logical/sequencesync.c.rej === using 'git apply' to apply patch ./v12-0003-Synchronize-sequences-directly-in-REFRESH-SEQUEN.patch === Applied patch to 'doc/src/sgml/logical-replication.sgml' cleanly. Applied patch to 'src/backend/commands/subscriptioncmds.c' cleanly. error: repository lacks the necessary blob to perform 3-way merge. Falling back to direct application... error: patch failed: src/backend/replication/logical/sequencesync.c:531 error: src/backend/replication/logical/sequencesync.c: patch does not apply Applied patch to 'src/include/replication/logicalworker.h' cleanly. Applied patch to 'src/test/subscription/t/036_sequences.pl' with conflicts.