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.
pull/220/head
Andreas Karlsson 5 months ago committed by Andreas Karlsson
parent 0ba6dcf9a5
commit 07b799266f
  1. 1
      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)); strlcpy(tde_data_dir, dir, sizeof(tde_data_dir));
} }
/* returns the palloc'd string */
const char * const char *
pg_tde_get_data_dir(void) pg_tde_get_data_dir(void)
{ {

Loading…
Cancel
Save