Add support for building with ZSTD.
authorRobert Haas <rhaas@postgresql.org>
Fri, 18 Feb 2022 18:40:31 +0000 (13:40 -0500)
committerRobert Haas <rhaas@postgresql.org>
Fri, 18 Feb 2022 18:40:31 +0000 (13:40 -0500)
commit6c417bbcc8ff98875234ca269979fc7defde58e5
treec90ee35e9aa3efab4c0f08031aed9a96e9d08ac2
parent2e372869aa38a9d6e4552c192da4454b17e01e38
Add support for building with ZSTD.

This commit doesn't actually add anything that uses ZSTD; that will be
done separately. It just puts the basic infrastructure into place.

Jeevan Ladhe, Robert Haas, and Michael Paquier. Reviewed by Justin
Pryzby and Andres Freund.

Discussion: http://postgr.es/m/CA+TgmoatQKGd+8SjcV+bzvw4XaoEwminHjU83yG12+NXtQzTTQ@mail.gmail.com
configure
configure.ac
doc/src/sgml/install-windows.sgml
doc/src/sgml/installation.sgml
src/Makefile.global.in
src/include/pg_config.h.in
src/tools/msvc/Solution.pm
src/tools/msvc/config_default.pl
src/tools/msvc/vcregress.pl