=== Applying patches on top of PostgreSQL commit ID d79bf7612a07a6f053f4122a8bf88754217cd1c9 === /etc/rc.d/jail: WARNING: Per-jail configuration via jail_* variables is obsolete. Please consider migrating to /etc/jail.conf. Thu May 28 07:17:27 UTC 2026 On branch cf/5012 nothing to commit, working tree clean === using 'git am' to apply patch ./v39-0001-Track-table-VM-stability.patch === Applying: Track table VM stability. Using index info to reconstruct a base tree... M src/backend/utils/adt/pgstatfuncs.c M src/include/catalog/pg_proc.dat M src/test/isolation/isolation_schedule Falling back to patching base and 3-way merge... Auto-merging src/test/isolation/isolation_schedule CONFLICT (content): Merge conflict in src/test/isolation/isolation_schedule Auto-merging src/include/catalog/pg_proc.dat Auto-merging src/backend/utils/adt/pgstatfuncs.c error: Failed to merge in the changes. hint: Use 'git am --show-current-patch=diff' to see the failed patch Patch failed at 0001 Track table VM stability. 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 ./v39-0001-Track-table-VM-stability.patch === patching file doc/src/sgml/monitoring.sgml patching file src/backend/access/heap/visibilitymap.c patching file src/backend/catalog/system_views.sql patching file src/backend/utils/activity/pgstat_relation.c patching file src/backend/utils/adt/pgstatfuncs.c patching file src/include/catalog/pg_proc.dat Hunk #1 succeeded at 12693 (offset -76 lines). patching file src/include/pgstat.h patching file src/test/isolation/expected/vacuum-extending-freeze.out patching file src/test/isolation/isolation_schedule Hunk #1 FAILED at 126. 1 out of 1 hunk FAILED -- saving rejects to file src/test/isolation/isolation_schedule.rej patching file src/test/isolation/specs/vacuum-extending-freeze.spec patching file src/test/regress/expected/rules.out Unstaged changes after reset: M doc/src/sgml/monitoring.sgml M src/backend/access/heap/visibilitymap.c M src/backend/catalog/system_views.sql M src/backend/utils/activity/pgstat_relation.c M src/backend/utils/adt/pgstatfuncs.c M src/include/catalog/pg_proc.dat M src/include/pgstat.h M src/test/regress/expected/rules.out Removing src/test/isolation/expected/vacuum-extending-freeze.out Removing src/test/isolation/isolation_schedule.rej Removing src/test/isolation/specs/vacuum-extending-freeze.spec === using 'git apply' to apply patch ./v39-0001-Track-table-VM-stability.patch === Applied patch to 'doc/src/sgml/monitoring.sgml' cleanly. Applied patch to 'src/backend/access/heap/visibilitymap.c' cleanly. Applied patch to 'src/backend/catalog/system_views.sql' cleanly. Applied patch to 'src/backend/utils/activity/pgstat_relation.c' cleanly. Applied patch to 'src/backend/utils/adt/pgstatfuncs.c' cleanly. Applied patch to 'src/include/catalog/pg_proc.dat' cleanly. Applied patch to 'src/include/pgstat.h' cleanly. Falling back to direct application... Applied patch to 'src/test/isolation/isolation_schedule' with conflicts. Falling back to direct application... Applied patch to 'src/test/regress/expected/rules.out' cleanly. U src/test/isolation/isolation_schedule diff --cc src/test/isolation/isolation_schedule index 15c33fad4c5,91ffc57ebd4..00000000000 --- a/src/test/isolation/isolation_schedule +++ b/src/test/isolation/isolation_schedule @@@ -126,4 -126,4 +126,8 @@@ test: serializable-parallel- test: matview-write-skew test: lock-nowait test: for-portion-of ++<<<<<<< ours +test: ddl-dependency-locking ++======= + test: vacuum-extending-freeze ++>>>>>>> theirs