Re: Building Postgres with lz4 on Visual Studio - Mailing list pgsql-hackers

From Andrew Dunstan
Subject Re: Building Postgres with lz4 on Visual Studio
Date
Msg-id d5dc6b37-1f9d-6fd8-7978-8f09aac59d51@dunslane.net
Whole thread Raw
In response to Re: Building Postgres with lz4 on Visual Studio  (Andrew Dunstan <andrew@dunslane.net>)
List 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




pgsql-hackers by date:

Previous
From: Amit Kapila
Date:
Subject: Re: Hash index build performance tweak from sorting
Next
From: Bharath Rupireddy
Date:
Subject: Re: Switching XLog source from archive to streaming when primary available