From 07b799266fc9a22ee10556ce65465b2e09e31daa Mon Sep 17 00:00:00 2001 From: Andreas Karlsson Date: Tue, 29 Apr 2025 09:49:50 +0200 Subject: [PATCH] Remove incorrect comment about string being palloced As far as I can tell this comment has never been true but was just accidentally copied from some other fucntion. --- contrib/pg_tde/src/common/pg_tde_utils.c | 1 - 1 file changed, 1 deletion(-) diff --git a/contrib/pg_tde/src/common/pg_tde_utils.c b/contrib/pg_tde/src/common/pg_tde_utils.c index 08dde50b131..3bb122f51d3 100644 --- a/contrib/pg_tde/src/common/pg_tde_utils.c +++ b/contrib/pg_tde/src/common/pg_tde_utils.c @@ -105,7 +105,6 @@ pg_tde_set_data_dir(const char *dir) strlcpy(tde_data_dir, dir, sizeof(tde_data_dir)); } -/* returns the palloc'd string */ const char * pg_tde_get_data_dir(void) {