=== Applying patches on top of PostgreSQL commit ID 78a5e3074b824b4bbcb75ea4dd565ce735f54293 === /etc/rc.d/jail: WARNING: Per-jail configuration via jail_* variables is obsolete. Please consider migrating to /etc/jail.conf. Wed Feb 11 17:54:25 UTC 2026 On branch cf/6412 nothing to commit, working tree clean === using 'git am' to apply patch ./0001-Remove-varlena-structs.patch === Applying: Remove varlena structs Using index info to reconstruct a base tree... M contrib/amcheck/verify_heapam.c M contrib/btree_gist/btree_utils_var.c M contrib/pageinspect/heapfuncs.c M doc/src/sgml/storage.sgml M src/backend/access/brin/brin_tuple.c M src/backend/access/common/detoast.c M src/backend/access/common/indextuple.c M src/backend/access/common/toast_compression.c M src/backend/access/common/toast_internals.c M src/backend/access/hash/hashfunc.c M src/backend/access/heap/heapam.c M src/backend/access/heap/heaptoast.c M src/backend/access/table/toast_helper.c M src/backend/executor/tstoreReceiver.c M src/backend/replication/logical/reorderbuffer.c M src/backend/storage/large_object/inv_api.c M src/backend/utils/adt/datum.c M src/backend/utils/adt/expandedrecord.c M src/backend/utils/adt/rowtypes.c M src/backend/utils/adt/varlena.c M src/backend/utils/fmgr/fmgr.c M src/include/access/detoast.h M src/include/access/heaptoast.h M src/include/access/tableam.h M src/include/access/toast_compression.h M src/include/access/toast_helper.h M src/include/access/toast_internals.h M src/include/c.h M src/include/fmgr.h M src/include/utils/varbit.h M src/include/utils/xml.h M src/include/varatt.h M src/pl/plpgsql/src/pl_exec.c M src/test/regress/regress.c M src/tools/pgindent/typedefs.list Falling back to patching base and 3-way merge... Auto-merging src/tools/pgindent/typedefs.list Auto-merging src/test/regress/regress.c Auto-merging src/include/varatt.h Auto-merging src/include/c.h Auto-merging src/include/access/tableam.h Auto-merging src/backend/utils/adt/varlena.c Auto-merging src/backend/utils/adt/datum.c Auto-merging src/backend/replication/logical/reorderbuffer.c Auto-merging src/backend/access/heap/heaptoast.c Auto-merging src/backend/access/heap/heapam.c Auto-merging src/backend/access/hash/hashfunc.c Auto-merging src/backend/access/common/toast_compression.c Auto-merging contrib/pageinspect/heapfuncs.c Auto-merging contrib/btree_gist/btree_utils_var.c No changes -- Patch already applied.