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

From Jelte Fennema-Nio
Subject Re: RFC: Additional Directory for Extensions
Date
Msg-id CAGECzQQhDbDgWhTfgiXiYQ-tfpY7hXYDvFD7C92KtMtD0HFZfg@mail.gmail.com
Whole thread Raw
In response to Re: RFC: Additional Directory for Extensions  (Craig Ringer <craig.ringer@enterprisedb.com>)
Responses Re: RFC: Additional Directory for Extensions
List pgsql-hackers
On Thu, 22 Aug 2024 at 01:08, Craig Ringer
<craig.ringer@enterprisedb.com> wrote:
>     SET extension_search_path = $extsdir,
> /mnt/extensions/pg16/postgis-vX.Y/extensions,
> /mnt/extensions/pg16/gosuperfast/extensions;

It looks like you want one directory per extension, so that list would
get pretty long if you have multiple extensions. Maybe (as a follow up
change), we should start to support a * as a wildcard in both of these
GUCs. So you could say:

SET extension_search_path = /mnt/extensions/pg16/*

To mean effectively the same as you're describing above.



pgsql-hackers by date:

Previous
From: Anthonin Bonnefoy
Date:
Subject: Segfault in jit tuple deforming on arm64 due to LLVM issue
Next
From: Richard Guo
Date:
Subject: Redundant Result node