=== Applying patches on top of PostgreSQL commit ID a87987cafca683e9076c424f99bae117211a83a4 === /etc/rc.d/jail: WARNING: Per-jail configuration via jail_* variables is obsolete. Please consider migrating to /etc/jail.conf. Mon Dec 1 07:51:23 UTC 2025 On branch cf/6245 nothing to commit, working tree clean === using 'git am' to apply patch ./v4-pgbench-faster-modes.patch === Applying: Converting one huge transaction into series of one per 'scale' Applying: Getting rid off limit for single transaction size during data generation Applying: No need to keep old code in comments Applying: Adding server-side data generation via unnest Applying: Fixing typo in query Applying: Adding support for COPY BINARY mode Applying: pgbench: Fix assertion failure with multiple \syncpipeline in pipeline mode. Using index info to reconstruct a base tree... M src/bin/pgbench/pgbench.c Falling back to patching base and 3-way merge... Auto-merging src/bin/pgbench/pgbench.c No changes -- Patch already applied. Applying: Setting empty string as default value in filler column Applying: Use strtoi64() in pgbench, replacing its open-coded implementation Using index info to reconstruct a base tree... M src/bin/pgbench/pgbench.c Falling back to patching base and 3-way merge... Auto-merging src/bin/pgbench/pgbench.c No changes -- Patch already applied. Applying: Switching COPY FROM BINARY ti run in multiple transactions Applying: Adding tests for new modes of data generation Applying: Fixing compiler warnings about unused procedures by removing or commenting them out as they might be needed a bit later