You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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:
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
The text was updated successfully, but these errors were encountered: