=== Applying patches on top of PostgreSQL commit ID b7057e43467ff2d7c04c3abcf5ec35fcc7db9611 === /etc/rc.d/jail: WARNING: Per-jail configuration via jail_* variables is obsolete. Please consider migrating to /etc/jail.conf. Mon Dec 29 17:13:23 UTC 2025 On branch cf/5012 nothing to commit, working tree clean === using 'git am' to apply patch ./v26-0001-Machinery-for-grabbing-an-extended-vacuum-statistics.patch === Applying: Machinery for grabbing an extended vacuum statistics on table relations. === using 'git am' to apply patch ./v26-0002-Machinery-for-grabbing-an-extended-vacuum-statistics.patch === Applying: Machinery for grabbing an extended vacuum statistics on index relations. === using 'git am' to apply patch ./v26-0003-Machinery-for-grabbing-an-extended-vacuum-statistics.patch === Applying: Machinery for grabbing an extended vacuum statistics on databases. === using 'git am' to apply patch ./v26-0004-Vacuum-statistics-have-been-separated-from-regular.patch === Applying: Vacuum statistics have been separated from regular relation and database statistics to reduce memory usage. Dedicated PGSTAT_KIND_VACUUM_RELATION and PGSTAT_KIND_VACUUM_DB entries were added to the stats collector to efficiently allocate memory for vacuum-specific metrics, which require significantly more space per relation. === using 'git am' to apply patch ./v26-0005-Add-documentation-about-the-system-views-that-are-us.patch === Applying: Add documentation about the system views that are used in the machinery of vacuum statistics.