=== Applying patches on top of PostgreSQL commit ID 3a36543d7d08eef6496fe3511f4cf04cba14f572 === /etc/rc.d/jail: WARNING: Per-jail configuration via jail_* variables is obsolete. Please consider migrating to /etc/jail.conf. Fri Oct 10 09:12:20 UTC 2025 On branch cf/6111 nothing to commit, working tree clean === using 'git am' to apply patch ./oid2name_filepathv2.patch === Patch format detection failed. === using patch(1) to apply patch ./oid2name_filepathv2.patch === patching file contrib/oid2name/oid2name.c Hunk #1 FAILED at 469. Hunk #2 FAILED at 507. 2 out of 2 hunks FAILED -- saving rejects to file contrib/oid2name/oid2name.c.rej patching file doc/src/sgml/oid2name.sgml Unstaged changes after reset: M doc/src/sgml/oid2name.sgml Removing contrib/oid2name/oid2name.c.rej === using 'git apply' to apply patch ./oid2name_filepathv2.patch === /work/patches/./oid2name_filepathv2.patch:10: indent with spaces. char *addfields = ",c.oid AS \"Oid\", nspname AS \"Schema\", spcname as \"Tablespace\", pg_relation_filepath(c.oid) as \"Filepath\""; /work/patches/./oid2name_filepathv2.patch:19: indent with spaces. char *addfields = ",c.oid AS \"Oid\", nspname AS \"Schema\", spcname as \"Tablespace\", pg_relation_filepath(c.oid) as \"Filepath\" "; error: patch failed: contrib/oid2name/oid2name.c:469 Falling back to direct application... error: patch failed: contrib/oid2name/oid2name.c:469 error: contrib/oid2name/oid2name.c: patch does not apply Applied patch to 'doc/src/sgml/oid2name.sgml' cleanly.