Skip to content

Commit 6a1e1b6

Browse files
committed
Remove support for running pg_tde tests in global TDE mode
Now that we no longer run the pg_tde suite in the global TDE mode we can remove all the code which was there to support it.
1 parent e4c1cc0 commit 6a1e1b6

File tree

5 files changed

+6
-353
lines changed

5 files changed

+6
-353
lines changed

contrib/pg_tde/Makefile

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,8 @@ DATA = pg_tde--1.0-rc.sql
88
# Since meson supports skipping test suites this is a make only feature
99
ifndef TDE_MODE
1010
REGRESS_OPTS = --temp-config $(top_srcdir)/contrib/pg_tde/pg_tde.conf
11-
# toast_decrypt needs to be the first test when running with pg_tde
12-
# preinstalled and default_principal_key needs to run after key_provider.
13-
REGRESS = toast_decrypt \
14-
access_control \
11+
# default_principal_key needs to run after key_provider.
12+
REGRESS = access_control \
1513
alter_index \
1614
cache_alloc \
1715
change_access_method \
@@ -23,6 +21,7 @@ pg_tde_is_encrypted \
2321
recreate_storage \
2422
relocate \
2523
tablespace \
24+
toast_decrypt \
2625
vault_v2_test \
2726
version \
2827
default_principal_key
@@ -56,7 +55,7 @@ src/libkmip/libkmip/src/kmip_memset.o
5655

5756
SCRIPTS_built = src/pg_tde_change_key_provider
5857

59-
EXTRA_INSTALL+=contrib/pg_buffercache contrib/test_decoding
58+
EXTRA_INSTALL += contrib/pg_buffercache contrib/test_decoding
6059
EXTRA_CLEAN += src/pg_tde_change_key_provider.o
6160

6261
ifdef USE_PGXS

contrib/pg_tde/expected/default_principal_key_1.out

Lines changed: 0 additions & 151 deletions
This file was deleted.

contrib/pg_tde/expected/key_provider_1.out

Lines changed: 0 additions & 170 deletions
This file was deleted.

0 commit comments

Comments
 (0)