Re: Proposal for enabling auto-vectorization for checksum calculations
Nazir Bilal Yavuz <byavuz81@gmail.com>
From: Nazir Bilal Yavuz <byavuz81@gmail.com>
To: Matthew Sterrett <matthewsterrett2@gmail.com>
Cc: Stepan Neretin <slpmcf@gmail.com>, pgsql-hackers@lists.postgresql.org, "Devulapalli, Raghuveer" <raghuveer.devulapalli@intel.com>, "Shankaran, Akash" <akash.shankaran@intel.com>
Date: 2025-05-20T14:42:27Z
Lists: pgsql-hackers
Hi, On Tue, 20 May 2025 at 02:54, Matthew Sterrett <matthewsterrett2@gmail.com> wrote: > > Hello! Thanks for helping me with this. > I'm still trying to figure out what is going on with the Bookworm test > failures. I'm pretty sure this patchset should resolve all the issues > with the macOS build, but I don't think it will help the linux > failures unfortunately. You can see the failure at the artifacts -> 'log/tmp_install/log/install.log' file on the CI web page [1]. If you want to replicate that on your local: $ ./configure --with-llvm CLANG="ccache clang-16" $ make -s -j8 world-bin $ make -j8 check-world should be enough. I was able to replicate it with these commands. I hope these help. [1] https://cirrus-ci.com/task/4834162550505472 -- Regards, Nazir Bilal Yavuz Microsoft
Commits
Same data as JSON:
GET /api/v1/messages/:b64id/commits
the thread's linked commits as JSON, with link sources.
API reference →
-
Use AVX2 for calculating page checksums where available
- 5e13b0f24039 19 (unreleased) landed