Fix typo in comment of Makefile/meson.build

This commit is contained in:
Andreas Karlsson 2025-04-07 11:19:10 +02:00 committed by Andreas Karlsson
parent a590cf0857
commit 93ef4510b4
2 changed files with 2 additions and 2 deletions

View File

@ -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 \

View File

@ -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',