=== Applying patches on top of PostgreSQL commit ID 590b8e89a53a4637b07cf5f4ccb290d4c29ec3b7 === /etc/rc.d/jail: WARNING: Per-jail configuration via jail_* variables is obsolete. Please consider migrating to /etc/jail.conf. Wed Aug 19 10:33:28 UTC 2026 On branch cf/7147 nothing to commit, working tree clean === using 'git am' to apply patch ./v1-0001-Convert-DCH_to_char-to-use-a-StringInfo-as-destin.patch === Applying: Convert DCH_to_char() to use a StringInfo as destination. === using 'git am' to apply patch ./v1-0002-Restructure-formatting.c-s-NUM_processor-to-add-s.patch === Applying: Restructure formatting.c's NUM_processor() to add some const-sanity. === using 'git am' to apply patch ./v1-0003-Replace-formatting.c-s-fixed-size-output-buffers-.patch === Applying: Replace formatting.c's fixed-size output buffers with StringInfos. === using 'git am' to apply patch ./v1-0004-Micro-optimize-appendStringInfo-VA.patch === Applying: Micro-optimize appendStringInfo[VA].