From 7e84cec8227f65d827a675a939eccb6b072ad0ab Mon Sep 17 00:00:00 2001 From: Artem Gavrilov Date: Thu, 10 Oct 2024 19:20:12 +0200 Subject: [PATCH] Fix typo --- src/catalog/tde_global_space.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/catalog/tde_global_space.c b/src/catalog/tde_global_space.c index 699bd0ae..14ff128b 100644 --- a/src/catalog/tde_global_space.c +++ b/src/catalog/tde_global_space.c @@ -76,7 +76,7 @@ TDEInitGlobalKeys(const char *dir) * current backend. So new backends have to inherit a cached key with * NULL SSL connext and any changes to it have to remain local ot the * backend. (see - * https://github.com/ercona-Lab/pg_tde/pull/214#discussion_r1648998317) + * https://github.com/percona-Lab/pg_tde/pull/214#discussion_r1648998317) */ pg_tde_put_key_into_cache(XLOG_TDE_OID, ikey); }