=== Applying patches on top of PostgreSQL commit ID ba1e14134a775e56a76c1537936c61102827507f === /etc/rc.d/jail: WARNING: Per-jail configuration via jail_* variables is obsolete. Please consider migrating to /etc/jail.conf. Sat Feb 7 01:09:26 UTC 2026 On branch cf/6438 nothing to commit, working tree clean === using 'git am' to apply patch ./v1-0001-Refactor-move-XLogRecoveryCtlData-struct-to-xlogr.patch === Applying: Refactor: move XLogRecoveryCtlData struct to xlogrecovery.h === using 'git am' to apply patch ./v1-0002-Add-pg_stat_recovery-system-view.patch === Applying: Add pg_stat_recovery system view Using index info to reconstruct a base tree... M src/include/catalog/catversion.h M src/include/catalog/pg_proc.dat Falling back to patching base and 3-way merge... Auto-merging src/include/catalog/pg_proc.dat Auto-merging src/include/catalog/catversion.h CONFLICT (content): Merge conflict in src/include/catalog/catversion.h error: Failed to merge in the changes. hint: Use 'git am --show-current-patch=diff' to see the failed patch Patch failed at 0001 Add pg_stat_recovery system view 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/access/transam/xlogfuncs.c M src/backend/catalog/system_views.sql M src/include/catalog/catversion.h M src/include/catalog/pg_proc.dat 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 ./v1-0002-Add-pg_stat_recovery-system-view.patch === patching file doc/src/sgml/monitoring.sgml patching file src/backend/access/transam/xlogfuncs.c patching file src/backend/catalog/system_views.sql patching file src/include/catalog/catversion.h Hunk #1 FAILED at 57. 1 out of 1 hunk FAILED -- saving rejects to file src/include/catalog/catversion.h.rej patching file src/include/catalog/pg_proc.dat patching file src/test/regress/expected/rules.out patching file src/test/regress/expected/sysviews.out patching file src/test/regress/sql/sysviews.sql Unstaged changes after reset: M doc/src/sgml/monitoring.sgml M src/backend/access/transam/xlogfuncs.c M src/backend/catalog/system_views.sql M src/include/catalog/pg_proc.dat M src/test/regress/expected/rules.out M src/test/regress/expected/sysviews.out M src/test/regress/sql/sysviews.sql Removing src/include/catalog/catversion.h.rej === using 'git apply' to apply patch ./v1-0002-Add-pg_stat_recovery-system-view.patch === Applied patch to 'doc/src/sgml/monitoring.sgml' cleanly. Applied patch to 'src/backend/access/transam/xlogfuncs.c' cleanly. Applied patch to 'src/backend/catalog/system_views.sql' cleanly. Applied patch to 'src/include/catalog/catversion.h' with conflicts. Applied patch to 'src/include/catalog/pg_proc.dat' cleanly. Applied patch to 'src/test/regress/expected/rules.out' cleanly. Applied patch to 'src/test/regress/expected/sysviews.out' cleanly. Applied patch to 'src/test/regress/sql/sysviews.sql' cleanly. U src/include/catalog/catversion.h diff --cc src/include/catalog/catversion.h index a09d8a6c645,fe3acbfb911..00000000000 --- a/src/include/catalog/catversion.h +++ b/src/include/catalog/catversion.h @@@ -57,6 -57,6 +57,10 @@@ */ /* yyyymmddN */ ++<<<<<<< ours +#define CATALOG_VERSION_NO 202602051 ++======= + #define CATALOG_VERSION_NO 202601271 ++>>>>>>> theirs #endif