=== Applying patches on top of PostgreSQL commit ID 82a7cbea747c465eee8449587be2d6cc47af82fe === /etc/rc.d/jail: WARNING: Per-jail configuration via jail_* variables is obsolete. Please consider migrating to /etc/jail.conf. Tue Mar 31 07:55:25 UTC 2026 On branch cf/6588 nothing to commit, working tree clean === using 'git am' to apply patch ./v4-0001-Speed-up-COPY-TO-FORMAT-text-csv-using-SIMD.patch === Applying: Speed up COPY TO (FORMAT {text,csv}) using SIMD. Presently, such commands scan each attribute's string representation one byte at a time looking for special characters. This commit adds a new path that uses SIMD instructions to skip over chunks of data without any special characters. This can be much faster.