=== Applying patches on top of PostgreSQL commit ID 5941946d0934b9eccb0d5bfebd40b155249a0130 === /etc/rc.d/jail: WARNING: Per-jail configuration via jail_* variables is obsolete. Please consider migrating to /etc/jail.conf. Wed Mar 19 23:24:21 UTC 2025 On branch cf/3405 nothing to commit, working tree clean === using 'git am' to apply patch ./0006_add_pg_stat_session_view.patch === Applying: Adds pg_stat_session view to track statistics accumulated during lifetime of a session (client backend). Using index info to reconstruct a base tree... M doc/src/sgml/monitoring.sgml M src/backend/utils/activity/backend_status.c M src/backend/utils/adt/pgstatfuncs.c M src/include/catalog/pg_proc.dat M src/include/utils/backend_status.h Falling back to patching base and 3-way merge... Auto-merging src/include/utils/backend_status.h Auto-merging src/include/catalog/pg_proc.dat Auto-merging src/backend/utils/adt/pgstatfuncs.c Auto-merging src/backend/utils/activity/backend_status.c CONFLICT (content): Merge conflict in src/backend/utils/activity/backend_status.c Auto-merging doc/src/sgml/monitoring.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 Adds pg_stat_session view to track statistics accumulated during lifetime of a session (client backend). 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". Unstaged changes after reset: M doc/src/sgml/monitoring.sgml M src/backend/catalog/system_views.sql M src/backend/utils/activity/backend_status.c M src/backend/utils/adt/pgstatfuncs.c M src/include/catalog/pg_proc.dat M src/include/utils/backend_status.h M src/test/regress/expected/rules.out M src/test/regress/expected/sysviews.out M src/test/regress/sql/sysviews.sql === using patch(1) to apply patch ./0006_add_pg_stat_session_view.patch === patch: unrecognized option `--no-backup-if-mismatch' usage: patch [-bCcEeflNnRstuv] [-B backup-prefix] [-D symbol] [-d directory] [-F max-fuzz] [-i patchfile] [-o out-file] [-p strip-count] [-r rej-name] [-V t | nil | never | none] [-x number] [-z backup-ext] [--posix] [origfile [patchfile]] patch >>>>>> theirs /* * We may not have a MyProcPort (eg, if this is the autovacuum process).