From 93ef4510b44feaea20811f4a5030542f75c4a8c3 Mon Sep 17 00:00:00 2001 From: Andreas Karlsson Date: Mon, 7 Apr 2025 11:19:10 +0200 Subject: [PATCH] Fix typo in comment of Makefile/meson.build --- contrib/pg_tde/Makefile | 2 +- contrib/pg_tde/meson.build | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/contrib/pg_tde/Makefile b/contrib/pg_tde/Makefile index 105f0523a4a..cd206b877de 100644 --- a/contrib/pg_tde/Makefile +++ b/contrib/pg_tde/Makefile @@ -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 \ diff --git a/contrib/pg_tde/meson.build b/contrib/pg_tde/meson.build index df587f40607..17974dcc05b 100644 --- a/contrib/pg_tde/meson.build +++ b/contrib/pg_tde/meson.build @@ -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',