=== Applying patches on top of PostgreSQL commit ID 6f3820f37aba94232468365bae7ba5de697fe993 === /etc/rc.d/jail: WARNING: Per-jail configuration via jail_* variables is obsolete. Please consider migrating to /etc/jail.conf. === applying patch ./v9-0001-Add-a-Postgres-SQL-function-for-crc32c-benchmarki.patch patching file contrib/meson.build patching file contrib/test_crc32c/Makefile patching file contrib/test_crc32c/expected/test_crc32c.out patching file contrib/test_crc32c/meson.build patching file contrib/test_crc32c/sql/test_crc32c.sql patching file contrib/test_crc32c/test_crc32c--1.0.sql patching file contrib/test_crc32c/test_crc32c.c patching file contrib/test_crc32c/test_crc32c.control [cf/4620 bca655e512] Add a Postgres SQL function for crc32c benchmarking Author: Paul Amonson Date: Mon May 6 08:34:17 2024 -0700 8 files changed, 167 insertions(+) create mode 100644 contrib/test_crc32c/Makefile create mode 100644 contrib/test_crc32c/expected/test_crc32c.out create mode 100644 contrib/test_crc32c/meson.build create mode 100644 contrib/test_crc32c/sql/test_crc32c.sql create mode 100644 contrib/test_crc32c/test_crc32c--1.0.sql create mode 100644 contrib/test_crc32c/test_crc32c.c create mode 100644 contrib/test_crc32c/test_crc32c.control === applying patch ./v9-0002-Implement-interleaved-CRC-calculation-combined-vi.patch patching file src/include/port/pg_crc32c.h patching file src/port/pg_crc32c_armv8.c patching file src/port/pg_crc32c_sb8.c patching file src/port/pg_crc32c_sse42.c [cf/4620 9c7ddfa34d] Implement interleaved CRC calculation, combined via carryless multiplication Author: John Naylor Date: Wed Dec 11 11:30:33 2024 +0700 4 files changed, 199 insertions(+), 2 deletions(-)