Add support for building with ZSTD.

Robert Haas <rhaas@postgresql.org>

Commit: 6c417bbcc8ff98875234ca269979fc7defde58e5
Author: Robert Haas <rhaas@postgresql.org>
Date: 2022-02-18T18:40:31Z
Releases: 15.0
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

Files

PathChange+/−
configure modified +265 −0
configure.ac modified +33 −0
doc/src/sgml/installation.sgml modified +9 −0
doc/src/sgml/install-windows.sgml modified +9 −0
src/include/pg_config.h.in modified +6 −0
src/Makefile.global.in modified +1 −0
src/tools/msvc/config_default.pl modified +1 −0
src/tools/msvc/Solution.pm modified +13 −0
src/tools/msvc/vcregress.pl modified +1 −0

Documentation touched

Discussion