On Fri, Oct 24, 2025 at 2:49 PM Andrew Kim <[email protected]> wrote: > The function signatures (pg_checksum_block, pg_checksum_page) remain > identical, and checksum_impl.h still contains the complete > implementation that external programs can include. The runtime > dispatch only affects internal PostgreSQL usage.
I don't quite understand the architecture here -- all platform-specific definitions were put in the "checksum_impl.h" header. My thinking was that checksum.c would have all that, with thin wrappers around the functions included from that header. -- John Naylor Amazon Web Services
