=== Applying patches on top of PostgreSQL commit ID 21c9756db6458f859e6579a6754c78154321cb39 === /etc/rc.d/jail: WARNING: Per-jail configuration via jail_* variables is obsolete. Please consider migrating to /etc/jail.conf. Sun Jul 6 09:07:21 UTC 2025 On branch cf/5772 nothing to commit, working tree clean === using 'git am' to apply patch ./v8-0001-Create-infrastructure-to-reliably-prevent-leakage.patch === Applying: Create infrastructure to reliably prevent leakage of PGresults. Using index info to reconstruct a base tree... M contrib/postgres_fdw/postgres_fdw.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 contrib/postgres_fdw/postgres_fdw.c === using 'git am' to apply patch ./v8-0002-Reap-the-benefits-of-not-having-to-avoid-leaking-.patch === Applying: Reap the benefits of not having to avoid leaking PGresults. === using 'git am' to apply patch ./v8-0003-Run-pgindent-on-the-changes-of-the-previous-patch.patch === Applying: Run pgindent on the changes of the previous patch. === using 'git am' to apply patch ./v8-0004-Silence-leakage-complaint-about-postgres_fdw-s-In.patch === Applying: Silence leakage complaint about postgres_fdw's InitPgFdwOptions.