Fix typo in comment of Makefile/meson.build

pull/209/head
Andreas Karlsson 5 months ago committed by Andreas Karlsson
parent a590cf0857
commit 93ef4510b4
  1. 2
      contrib/pg_tde/Makefile
  2. 2
      contrib/pg_tde/meson.build

@ -6,7 +6,7 @@ EXTENSION = pg_tde
DATA = pg_tde--1.0-rc.sql
REGRESS_OPTS = --temp-config $(top_srcdir)/contrib/pg_tde/pg_tde.conf
# toast_descrypt needs to be the first test when running with pg_tde
# toast_decrypt needs to be the first test when running with pg_tde
# preinstalled and default_principal_key needs to run after key_provider.
REGRESS = toast_decrypt \
access_control \

@ -82,7 +82,7 @@ install_data(
kwargs: contrib_data_args,
)
# toast_descrypt needs to be the first test when running with pg_tde
# toast_decrypt needs to be the first test when running with pg_tde
# preinstalled and default_principal_key needs to run after key_provider.
sql_tests = [
'toast_decrypt',

Loading…
Cancel
Save