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

From Nazir Bilal Yavuz
Subject Re: Proposal for enabling auto-vectorization for checksum calculations
Date
Msg-id CAN55FZ3pWRo_uettqKdAAtYyYSgrc9rnVY3H0Mfs-PHYuhPaKw@mail.gmail.com
Whole thread Raw
In response to Re: Proposal for enabling auto-vectorization for checksum calculations  (Matthew Sterrett <matthewsterrett2@gmail.com>)
List 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



pgsql-hackers by date:

Previous
From: Dmitry Dolgov
Date:
Subject: Re: queryId constant squashing does not support prepared statements
Next
From: Bruce Momjian
Date:
Subject: Re: Re: proposal: schema variables