Re: Proposal for enabling auto-vectorization for checksum calculations

From: Andrew Kim <tenistarkim(at)gmail(dot)com>
To: John Naylor <johncnaylorls(at)gmail(dot)com>
Cc: Oleg Tselebrovskiy <o(dot)tselebrovskiy(at)postgrespro(dot)ru>, pgsql-hackers(at)lists(dot)postgresql(dot)org
Subject: Re: Proposal for enabling auto-vectorization for checksum calculations
Date: 2026-03-16 08:00:06
Message-ID: CAK64mndS2Oy1i9ehEALwyv5EBpjMozTxSkt8HYc17a+MKDvmdQ@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: 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(at)gmail(dot)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(at)gmail(dot)com> wrote:
> >
> > Attached is v11 to fix headerscheck, per CI.
> >
> > --
> > John Naylor
> > Amazon Web Services

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Fujii Masao 2026-03-16 08:27:19 Re: Add missing stats_reset column to pg_statio_all_sequences view
Previous Message wenhui qiu 2026-03-16 07:59:36 Re: Report oldest xmin source when autovacuum cannot remove tuples