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

From Andrew Kim
Subject Re: Proposal for enabling auto-vectorization for checksum calculations
Date
Msg-id CAK64mndS2Oy1i9ehEALwyv5EBpjMozTxSkt8HYc17a+MKDvmdQ@mail.gmail.com
Whole thread
In response to Re: Proposal for enabling auto-vectorization for checksum calculations  (Andrew Kim <tenistarkim@gmail.com>)
Responses Re: Proposal for enabling auto-vectorization for checksum calculations
List pgsql-hackers
It looks like your PostgreSQL build on Cirrus CI is failing during the
Meson configuration phase because it cannot find the libedit
libraries.
Should we add these to the pacman installation command in our CI
scripts, or is there a preferred way to handle terminal library
dependencies for the Windows Meson builds?

https://cirrus-ci.com/task/4928462311391232

[01:09:47.468] meson.build:1480:20: ERROR: C shared or static library
'libedit' not found

On Mon, Feb 9, 2026 at 12:42 AM Andrew Kim <tenistarkim@gmail.com> wrote:
>
> Hi John, Thanks for v11.
> Adding the headercheck exception for the internal header looks good to me.
> It would be the right call to fix the CI issues.
> The current structure utilizing the semi-private header looks solid to me.
> -Andrew
>
> On Wed, Jan 21, 2026 at 3:13 AM John Naylor <johncnaylorls@gmail.com> wrote:
> >
> > Attached is v11 to fix headerscheck, per CI.
> >
> > --
> > John Naylor
> > Amazon Web Services



pgsql-hackers by date:

Previous
From: wenhui qiu
Date:
Subject: Re: Report oldest xmin source when autovacuum cannot remove tuples
Next
From: Fujii Masao
Date:
Subject: Re: Add missing stats_reset column to pg_statio_all_sequences view