mirror of
https://github.com/postgres/postgres.git
synced 2025-05-29 00:03:09 -04:00
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:
parent
aeaae4e282
commit
c1da756335
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user