From: | Hans Buschmann <buschmann(at)nidsa(dot)net> |
---|---|
To: | "pgsql-general(at)lists(dot)postgresql(dot)org" <pgsql-general(at)lists(dot)postgresql(dot)org> |
Subject: | LZ4 missing in pg14-beta1 Windows build, OLD VS/compiler used |
Date: | 2021-06-03 17:56:10 |
Message-ID: | 350a2748cdb74b64b1caaf599d9fc1b2@W2012-02.nidsa.loc |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-general |
I tried to test a customer case of using bytea columns with the new lz4 compression.
But lz4 support is not included in the standard binaries downloadable through the PostreSQL Website (from EDB).
For easy testing with windows this should be enabled in the upcoming releases of pg14: not everybody is willing or capable of self-compiling a Windows distribution…
I also noticed that VS2017 is still used for pg14.
After two years it should be better to distribute the Windows version compiled with Visual Studio 2019
Environment:
select version ();
version
---------------------------------------------------------------
PostgreSQL 14beta1, compiled by Visual C++ build 1914, 64-bit
(1 Zeile)
Thanks for investigating
Hans Buschmann
From | Date | Subject | |
---|---|---|---|
Next Message | Vijaykumar Jain | 2021-06-03 18:44:34 | Re: max_connections |
Previous Message | Tom Lane | 2021-06-03 14:18:43 | Re: Dropping dependent tables |