Re: [PoC] Improve dead tuple storage for lazy vacuum

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: Masahiko Sawada <sawada(dot)mshk(at)gmail(dot)com>, John Naylor <john(dot)naylor(at)enterprisedb(dot)com>
Cc: Andres Freund <andres(at)anarazel(dot)de>, Matthias van de Meent <boekewurm+postgres(at)gmail(dot)com>, Yura Sokolov <y(dot)sokolov(at)postgrespro(dot)ru>, PostgreSQL-development <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: [PoC] Improve dead tuple storage for lazy vacuum
Date: 2022-06-16 18:34:20
Message-ID: e89c51d4-4368-3d57-c4bf-4d25dae3b76e@dunslane.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers


On 2022-06-16 Th 00:56, Masahiko Sawada wrote:
>
> I've attached an updated version patch that changes the configure
> script. I'm still studying how to support AVX2 on msvc build. Also,
> added more regression tests.

I think you would need to add '/arch:AVX2' to the compiler flags in
MSBuildProject.pm.

See
<https://docs.microsoft.com/en-us/cpp/build/reference/arch-x64?view=msvc-170>

cheers

andrew

--
Andrew Dunstan
EDB: https://www.enterprisedb.com

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Robert Haas 2022-06-16 19:06:01 Re: real/float example for testlibpq3
Previous Message Robert Haas 2022-06-16 18:32:45 Re: better page-level checksums