Thanks for reviewing!
On Tue, Feb 25, 2025 at 9:45 AM Andrew Dunstan <andrew@dunslane.net> wrote:
> I think your additions generally look good. We should be able to
> simplify this:
>
>
> + system_dir = psprintf("%s/extension", sharepath);
> + ecp = system_dir;
> +
> + if (strlen(Extension_control_path) == 0)
> + {
> + paths = lappend(paths, ecp);
> + }
>
Fixed on the attached v3.
--
Matheus Alcantara