=== Applying patches on top of PostgreSQL commit ID 1b2bb5077e9e9deac60a3e92e742465e7bcd3a21 === /etc/rc.d/jail: WARNING: Per-jail configuration via jail_* variables is obsolete. Please consider migrating to /etc/jail.conf. Wed Dec 3 11:41:20 UTC 2025 On branch cf/5641 nothing to commit, working tree clean === using 'git am' to apply patch ./v7-0001-soft-error-variant-of-ExecPrepareExpr-ExecInitExpr.patch === Applying: soft error variant of ExecPrepareExpr, ExecInitExpr === using 'git am' to apply patch ./v7-0002-add-function-DomainHaveVolatileConstraints.patch === Applying: add function DomainHaveVolatileConstraints === using 'git am' to apply patch ./v7-0003-fast-default-for-domain-with-constraints.patch === Applying: fast default for domain with constraints === using 'git am' to apply patch ./v7-0004-table-scan-only-when-adding-domain-with-volatile-constraints.patch === Applying: table scan only when adding domain with volatile constraints error: sha1 information is lacking or useless (src/backend/commands/tablecmds.c). error: could not build fake ancestor hint: Use 'git am --show-current-patch=diff' to see the failed patch Patch failed at 0001 table scan only when adding domain with volatile constraints 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 ./v7-0004-table-scan-only-when-adding-domain-with-volatile-constraints.patch === patching file src/backend/commands/tablecmds.c Hunk #1 succeeded at 231 (offset 1 line). Hunk #2 succeeded at 241 (offset 1 line). Hunk #3 succeeded at 6016 (offset 3 lines). Hunk #4 succeeded at 6127 (offset 3 lines). Hunk #5 succeeded at 6146 (offset 3 lines). Hunk #6 FAILED at 6212. Hunk #7 succeeded at 6443 (offset 3 lines). Hunk #8 succeeded at 7515 (offset 3 lines). Hunk #9 succeeded at 7551 (offset 3 lines). Hunk #10 succeeded at 7575 (offset 3 lines). Hunk #11 succeeded at 7606 (offset 3 lines). 1 out of 11 hunks FAILED -- saving rejects to file src/backend/commands/tablecmds.c.rej patching file src/test/regress/expected/fast_default.out patching file src/test/regress/sql/fast_default.sql Unstaged changes after reset: M src/backend/commands/tablecmds.c M src/test/regress/expected/fast_default.out M src/test/regress/sql/fast_default.sql Removing src/backend/commands/tablecmds.c.rej === using 'git apply' to apply patch ./v7-0004-table-scan-only-when-adding-domain-with-volatile-constraints.patch === error: repository lacks the necessary blob to perform 3-way merge. Falling back to direct application... error: patch failed: src/backend/commands/tablecmds.c:6203 error: src/backend/commands/tablecmds.c: patch does not apply Applied patch to 'src/test/regress/expected/fast_default.out' cleanly. Applied patch to 'src/test/regress/sql/fast_default.sql' cleanly.