Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Build PG 14 and above with lz4 compression #21

Open
robe2 opened this issue Sep 25, 2021 · 1 comment
Open

Build PG 14 and above with lz4 compression #21

robe2 opened this issue Sep 25, 2021 · 1 comment

Comments

@robe2
Copy link
Member

robe2 commented Sep 25, 2021

Introduced in PG 14 is lz4 compression. I'm revising my mingw64 build to build with lz compression.
I haven't checked what is entailed on Linux. On mingw64 I had to install the lz4 libraries and change my postgresql ./configure

to have:

 --with-lz4

This broke my PostGIS building, cause then it tried to drag in Lz4 and couldn't find it. Still fixing that before I make similar change on Winnie

@ImreSamu
Copy link
Member

ImreSamu commented Nov 1, 2022

imho related;

  • PG15 and above with zstd/Zstandard compression support
--with-zstd
     Build with Zstandard compression support.

https://www.postgresql.org/docs/15/install-procedure.html

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants