Specifiy extensions required for tde test in EXTRA_INSTALL

To run pg_tde tests with `make check` we have to add pg_buffercache and
test_decoding extensions to temporary pg installation.
This commit is contained in:
Artem Gavrilov 2025-04-21 21:30:55 +02:00 committed by Artem Gavrilov
parent aeaae4e282
commit c1da756335

View File

@ -53,6 +53,7 @@ src/libkmip/libkmip/src/kmip_memset.o
SCRIPTS_built = src/pg_tde_change_key_provider
EXTRA_INSTALL+=contrib/pg_buffercache contrib/test_decoding
EXTRA_CLEAN += src/pg_tde_change_key_provider.o
ifdef USE_PGXS