Add support for building with ZSTD.
Robert Haas <rhaas@postgresql.org>
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
| Path | Change | +/− |
|---|---|---|
| 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
- adding 'zstd' as a compression algorithm 32 messages · 2022-02-15 → 2022-02-19