=== Applying patches on top of PostgreSQL commit ID c32fb29e979db4a7b92adb29007725eeacf91f64 === /etc/rc.d/jail: WARNING: Per-jail configuration via jail_* variables is obsolete. Please consider migrating to /etc/jail.conf. Wed Jan 28 08:34:26 UTC 2026 On branch cf/5517 nothing to commit, working tree clean === using 'git am' to apply patch ./v34-0001-Add-support-for-mcv-in-pg_restore_extended_stats.patch === Applying: Add support for "mcv" in pg_restore_extended_stats() error: sha1 information is lacking or useless (src/backend/statistics/extended_stats_funcs.c). error: could not build fake ancestor hint: Use 'git am --show-current-patch=diff' to see the failed patch Patch failed at 0001 Add support for "mcv" in pg_restore_extended_stats() 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 ./v34-0001-Add-support-for-mcv-in-pg_restore_extended_stats.patch === patching file src/include/statistics/extended_stats_internal.h patching file src/backend/statistics/extended_stats_funcs.c Hunk #1 succeeded at 46 (offset -2 lines). Hunk #2 succeeded at 65 (offset -2 lines). Hunk #3 succeeded at 94 (offset -2 lines). Hunk #4 FAILED at 268. Hunk #5 FAILED at 360. Hunk #6 succeeded at 391 (offset -36 lines). Hunk #7 succeeded at 583 (offset -37 lines). Hunk #8 succeeded at 612 (offset -37 lines). 2 out of 8 hunks FAILED -- saving rejects to file src/backend/statistics/extended_stats_funcs.c.rej patching file src/backend/statistics/mcv.c patching file src/bin/pg_dump/pg_dump.c patching file src/test/regress/expected/stats_import.out Hunk #1 succeeded at 1147 with fuzz 2 (offset -6 lines). Hunk #2 succeeded at 1827 with fuzz 1 (offset -95 lines). patching file src/test/regress/sql/stats_import.sql Hunk #1 succeeded at 819 with fuzz 1 (offset -8 lines). Hunk #2 succeeded at 1307 with fuzz 1 (offset -65 lines). patching file doc/src/sgml/func/func-admin.sgml Unstaged changes after reset: M doc/src/sgml/func/func-admin.sgml M src/backend/statistics/extended_stats_funcs.c M src/backend/statistics/mcv.c M src/bin/pg_dump/pg_dump.c M src/include/statistics/extended_stats_internal.h M src/test/regress/expected/stats_import.out M src/test/regress/sql/stats_import.sql Removing src/backend/statistics/extended_stats_funcs.c.rej === using 'git apply' to apply patch ./v34-0001-Add-support-for-mcv-in-pg_restore_extended_stats.patch === Applied patch to 'src/include/statistics/extended_stats_internal.h' cleanly. error: repository lacks the necessary blob to perform 3-way merge. Falling back to direct application... error: patch failed: src/backend/statistics/extended_stats_funcs.c:252 error: src/backend/statistics/extended_stats_funcs.c: patch does not apply Applied patch to 'src/backend/statistics/mcv.c' cleanly. Applied patch to 'src/bin/pg_dump/pg_dump.c' cleanly. error: repository lacks the necessary blob to perform 3-way merge. Falling back to direct application... error: patch failed: src/test/regress/expected/stats_import.out:1153 error: src/test/regress/expected/stats_import.out: patch does not apply error: repository lacks the necessary blob to perform 3-way merge. Falling back to direct application... error: patch failed: src/test/regress/sql/stats_import.sql:827 error: src/test/regress/sql/stats_import.sql: patch does not apply Applied patch to 'doc/src/sgml/func/func-admin.sgml' cleanly.