Re: Building Postgres with lz4 on Visual Studio

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: Robert Haas <robertmhaas(at)gmail(dot)com>, Melih Mutlu <m(dot)melihmutlu(at)gmail(dot)com>
Cc: "pgsql-hackers(at)postgresql(dot)org" <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: Building Postgres with lz4 on Visual Studio
Date: 2022-04-30 12:46:47
Message-ID: d5dc6b37-1f9d-6fd8-7978-8f09aac59d51@dunslane.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers


On 2022-04-29 Fr 08:50, Andrew Dunstan wrote:
> What I did was to install the packages using vcpkg[1] which is a
> standard framework created by Microsoft for installing package
> libraries. It does install the .lib files in a sane place
> (installdir/lib), but it doesn't use the lib suffix. Also it names the
> lib file for zlib differently.
>

Of course I meant "doesn't use the 'lib' prefix". So the files are named
just zstd.lib and lz4.lib.

cheers

andrew

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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Bharath Rupireddy 2022-04-30 12:49:09 Re: Switching XLog source from archive to streaming when primary available
Previous Message Amit Kapila 2022-04-30 11:12:17 Re: Hash index build performance tweak from sorting