Follow-up commit to
a9d58bfe8a3a. Backpatch down to v16 where
this was added in order to keep the code consistent for future
backpatches.
Author: Tofig Aliev
Reviewed-by: Daniel Gustafsson
Reviewed-by: Masahiko Sawada
Discussion: https://postgr.es/m/bba4313fdde9db46db279f96f3b748b1@postgrespro.ru
Backpatch-through: 16
return false;
}
+ guc_free(*newval);
+
pfree(clean);
*newval = ret;
return true;
return false;
}
+ guc_free(*newval);
+
pfree(clean);
*newval = ret;
return true;