diff options
author | Michael Paquier <michael@paquier.xyz> | 2021-05-11 10:43:05 +0900 |
---|---|---|
committer | Michael Paquier <michael@paquier.xyz> | 2021-05-11 10:43:05 +0900 |
commit | 9ca40dcd4d0cad43d95a9a253fafaa9a9ba7de24 (patch) | |
tree | e932ede76cffbade7cbb43c2528377878f15ec24 /src/backend/access/gist/gistvalidate.c | |
parent | 049e1e2edb06854d7cd9460c22516efaa165fbf8 (diff) | |
download | postgresql-9ca40dcd4d0cad43d95a9a253fafaa9a9ba7de24.tar.gz postgresql-9ca40dcd4d0cad43d95a9a253fafaa9a9ba7de24.zip |
Add support for LZ4 build in MSVC scripts
Since its introduction in bbe0a81, compression of table data supports
LZ4, but nothing had been done within the MSVC scripts to allow users to
build the code with this library.
This commit closes the gap by extending the MSVC scripts to be able to
build optionally with LZ4. Getting libraries that can be used for
compilation and execution is possible as LZ4 can be compiled down to
MSVC 2010 using its source tarball. MinGW may require extra efforts to
be able to work, and I have been able to test this only with MSVC, still
this is better than nothing to give users a way to test the feature on
Windows.
Author: Dilip Kumar
Reviewed-by: Michael Paquier
Discussion: https://postgr.es/m/YJPdNeF68XpwDDki@paquier.xyz
Diffstat (limited to 'src/backend/access/gist/gistvalidate.c')
0 files changed, 0 insertions, 0 deletions