postgresql/src/bin/pg_verifybackup
Robert Haas 75eae09087 Change HAVE_LIBLZ4 and HAVE_LIBZSTD tests to USE_LZ4 and USE_ZSTD.
These tests were added recently, but older code tests USE_LZ4 rathr
than HAVE_LIBLZ4, so let's follow the established precedent. It
also seems more consistent with the intent of the configure tests,
since I think that the USE_* symbols are intended to correspond to
what the user requested, and the HAVE_* symbols to what configure
found while probing.

Discussion: http://postgr.es/m/CA+Tgmoap+hTD2-QNPJLH4tffeFE8MX5+xkbFKMU3FKBy=ZSNKA@mail.gmail.com
2022-03-15 13:06:25 -04:00
..
po Translation updates 2021-06-21 12:33:50 +02:00
t Change HAVE_LIBLZ4 and HAVE_LIBZSTD tests to USE_LZ4 and USE_ZSTD. 2022-03-15 13:06:25 -04:00
.gitignore Rename pg_validatebackup to pg_verifybackup. 2020-04-12 11:26:05 -04:00
Makefile Add support for zstd base backup compression. 2022-03-08 09:52:43 -05:00
nls.mk Translation updates 2021-06-21 12:33:50 +02:00
parse_manifest.c Update copyright for 2022 2022-01-07 19:04:57 -05:00
parse_manifest.h Update copyright for 2022 2022-01-07 19:04:57 -05:00
pg_verifybackup.c Update copyright for 2022 2022-01-07 19:04:57 -05:00