=== Applying patches on top of PostgreSQL commit ID 1d7b00dc14b8efd22f6e971756c2d9c052863234 === /etc/rc.d/jail: WARNING: Per-jail configuration via jail_* variables is obsolete. Please consider migrating to /etc/jail.conf. Wed Dec 10 09:37:21 UTC 2025 On branch cf/6307 nothing to commit, working tree clean === using 'git am' to apply patch ./0001-Improve-checkpoint-logging-and-expose-last-checkpoin.patch === Applying: Improve checkpoint logging and expose last checkpoint duration in pg_stat_checkpointer error: sha1 information is lacking or useless (src/backend/access/transam/xlog.c). error: could not build fake ancestor hint: Use 'git am --show-current-patch=diff' to see the failed patch Patch failed at 0001 Improve checkpoint logging and expose last checkpoint duration in pg_stat_checkpointer 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 ./0001-Improve-checkpoint-logging-and-expose-last-checkpoin.patch === patching file src/backend/access/transam/xlog.c Hunk #1 FAILED at 6778. 1 out of 1 hunk FAILED -- saving rejects to file src/backend/access/transam/xlog.c.rej patching file src/backend/catalog/system_views.sql Hunk #1 FAILED at 1190. 1 out of 1 hunk FAILED -- saving rejects to file src/backend/catalog/system_views.sql.rej patching file src/backend/utils/activity/pgstat_checkpointer.c Hunk #1 FAILED at 56. Hunk #2 FAILED at 77. Hunk #3 FAILED at 164. 3 out of 3 hunks FAILED -- saving rejects to file src/backend/utils/activity/pgstat_checkpointer.c.rej patching file src/backend/utils/adt/pgstatfuncs.c Hunk #1 FAILED at 2293. 1 out of 1 hunk FAILED -- saving rejects to file src/backend/utils/adt/pgstatfuncs.c.rej patching file src/include/catalog/pg_proc.dat Hunk #1 FAILED at 5983. 1 out of 1 hunk FAILED -- saving rejects to file src/include/catalog/pg_proc.dat.rej patching file src/include/pgstat.h Hunk #1 FAILED at 263. 1 out of 1 hunk FAILED -- saving rejects to file src/include/pgstat.h.rej Removing src/backend/access/transam/xlog.c.rej Removing src/backend/catalog/system_views.sql.rej Removing src/backend/utils/activity/pgstat_checkpointer.c.rej Removing src/backend/utils/adt/pgstatfuncs.c.rej Removing src/include/catalog/pg_proc.dat.rej Removing src/include/pgstat.h.rej === using 'git apply' to apply patch ./0001-Improve-checkpoint-logging-and-expose-last-checkpoin.patch === /work/patches/./0001-Improve-checkpoint-logging-and-expose-last-checkpoin.patch:60: space before tab in indent. stats_shmem->stats.last_checkpoint_duration = /work/patches/./0001-Improve-checkpoint-logging-and-expose-last-checkpoin.patch:61: space before tab in indent. PendingCheckpointerStats.last_checkpoint_duration; /work/patches/./0001-Improve-checkpoint-logging-and-expose-last-checkpoin.patch:126: indent with spaces. PG_RETURN_NULL(); /work/patches/./0001-Improve-checkpoint-logging-and-expose-last-checkpoin.patch:127: indent with spaces. PG_RETURN_FLOAT8(stats->last_checkpoint_duration); error: repository lacks the necessary blob to perform 3-way merge. Falling back to direct application... error: patch failed: src/backend/access/transam/xlog.c:6778 error: src/backend/access/transam/xlog.c: patch does not apply error: repository lacks the necessary blob to perform 3-way merge. Falling back to direct application... error: patch failed: src/backend/catalog/system_views.sql:1190 error: src/backend/catalog/system_views.sql: patch does not apply error: repository lacks the necessary blob to perform 3-way merge. Falling back to direct application... error: patch failed: src/backend/utils/activity/pgstat_checkpointer.c:56 error: src/backend/utils/activity/pgstat_checkpointer.c: patch does not apply error: repository lacks the necessary blob to perform 3-way merge. Falling back to direct application... error: patch failed: src/backend/utils/adt/pgstatfuncs.c:2293 error: src/backend/utils/adt/pgstatfuncs.c: patch does not apply error: repository lacks the necessary blob to perform 3-way merge. Falling back to direct application... error: patch failed: src/include/catalog/pg_proc.dat:5983 error: src/include/catalog/pg_proc.dat: patch does not apply error: repository lacks the necessary blob to perform 3-way merge. Falling back to direct application... error: patch failed: src/include/pgstat.h:263 error: src/include/pgstat.h: patch does not apply