Re: Proposal for enabling auto-vectorization for checksum calculations - Mailing list pgsql-hackers

From root
Subject Re: Proposal for enabling auto-vectorization for checksum calculations
Date
Msg-id 20250911054220.3784-1-root@ip-172-31-36-228.ec2.internal
Whole thread Raw
In response to Proposal for enabling auto-vectorization for checksum calculations  (Matthew Sterrett <matthewsterrett2@gmail.com>)
Responses [PATCH 2/2] Benchmark code for postgres checksums
[PATCH 1/2] Enable autovectorizing pg_checksum_block
List pgsql-hackers
Hi John,

Thanks for the feedback. This is v5 of the patchset, updated following your comments:

- Moved the function pointer definitions out of common headers and
  into src/port, consistent with existing practice.

Thanks again for the guidance.

Best regards,
Kim Andrew



pgsql-hackers by date:

Previous
From: shveta malik
Date:
Subject: Re: Issue with logical replication slot during switchover
Next
From: root
Date:
Subject: [PATCH 1/2] Enable autovectorizing pg_checksum_block