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

From Ian Lawrence Barwick
Subject Re: proposal: function pg_setting_value_split() to parse shared_preload_libraries etc.
Date
Msg-id CAB8KJ=i5nW1LtBOtMyzZUjra3gtQ5nN0DCV8w-5yDtk_wZKvmQ@mail.gmail.com
Whole thread Raw
In response to Re: proposal: function pg_setting_value_split() to parse shared_preload_libraries etc.  (Craig Ringer <craig.ringer@enterprisedb.com>)
List pgsql-hackers
2020年11月30日(月) 14:53 Craig Ringer <craig.ringer@enterprisedb.com>:
>
> 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.

Thanks, useful to know someone else has a use-case for this I'll
resubmit for the next CF.


Regards

Ian Barwick

--
EnterpriseDB: https://www.enterprisedb.com



pgsql-hackers by date:

Previous
From: Ian Barwick
Date:
Subject: Re: Corner-case bug in pg_rewind
Next
From: legrand legrand
Date:
Subject: Re: pg_stat_statements oddity with track = all