mirror of
https://github.com/postgres/postgres.git
synced 2025-05-31 00:01:57 -04:00
Fix typo in comment of Makefile/meson.build
This commit is contained in:
parent
a590cf0857
commit
93ef4510b4
@ -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…
x
Reference in New Issue
Block a user