You signed in with another tab or window.Reload to refresh your session.You signed out in another tab or window.Reload to refresh your session.You switched accounts on another tab or window.Reload to refresh your session.Dismiss alert
Change HAVE_LIBLZ4 and HAVE_LIBZSTD tests to USE_LZ4 and USE_ZSTD.
These tests were added recently, but older code tests USE_LZ4 rathrthan HAVE_LIBLZ4, so let's follow the established precedent. Italso seems more consistent with the intent of the configure tests,since I think that the USE_* symbols are intended to correspond towhat the user requested, and the HAVE_* symbols to what configurefound while probing.Discussion:http://postgr.es/m/CA+Tgmoap+hTD2-QNPJLH4tffeFE8MX5+xkbFKMU3FKBy=ZSNKA@mail.gmail.com