Re: RFC: Additional Directory for Extensions - Mailing list pgsql-hackers

From Matheus Alcantara
Subject Re: RFC: Additional Directory for Extensions
Date
Msg-id CAFY6G8dGcv1D8tCkjrz+9DvAYG9h4U=hBm0VXjJEXExy44hauQ@mail.gmail.com
Whole thread Raw
In response to Re: RFC: Additional Directory for Extensions  (Andrew Dunstan <andrew@dunslane.net>)
List pgsql-hackers
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

Attachment

pgsql-hackers by date:

Previous
From: Melanie Plageman
Date:
Subject: Re: Log connection establishment timings
Next
From: Corey Huinker
Date:
Subject: Re: Statistics Import and Export