Re: proposal: function pg_setting_value_split() to parse shared_preload_libraries etc. - Mailing list pgsql-hackers

From Craig Ringer
Subject Re: proposal: function pg_setting_value_split() to parse shared_preload_libraries etc.
Date
Msg-id CAGRY4nwR=Aw=2oJvcnEtGPC=65fcPPHKybHC5XTYL9EgQRhPqA@mail.gmail.com
Whole thread Raw
In response to Re: proposal: function pg_setting_value_split() to parse shared_preload_libraries etc.  (Anastasia Lubennikova <a.lubennikova@postgrespro.ru>)
Responses Re: proposal: function pg_setting_value_split() to parse shared_preload_libraries etc.  (Ian Lawrence Barwick <barwick@gmail.com>)
List pgsql-hackers
On Mon, 30 Nov 2020 at 03:24, Anastasia Lubennikova
<a.lubennikova@postgrespro.ru> wrote:
>
> On 23.10.2020 05:06, Ian Lawrence Barwick wrote:
> > Having just submitted this, I realised I'm focussing on the GUCs which call
> > "SplitDirectoriesString()" (as my specific uses case is for
> > "shared_preload_libraries")
> > but the patch does not consider the other GUC_LIST_INPUT settings, which
> > call "SplitIdentifierString()", so as is, it might produce unexpected
> > results for those.
> >
> > I'll rethink and submit an updated version.
>
> Status update for a commitfest entry.
>
> This entry was "Waiting on author" during this CF. As I see, the patch
> needs more work before review, so I changed it to "Withdrawn".
> Feel free to resubmit an updated version to a future commitfest.


FWIW I was looking for this functionality just the other day, for
parsing synchronous_standby_names . So I'd definitely welcome it.



pgsql-hackers by date:

Previous
From: "Andrey V. Lepikhov"
Date:
Subject: Re: Removing unneeded self joins
Next
From: Thomas Munro
Date:
Subject: Re: BUG #16663: DROP INDEX did not free up disk space: idle connection hold file marked as deleted