Re: proposal: function pg_setting_value_split() to parse shared_preload_libraries etc.

From: Ian Lawrence Barwick <barwick(at)gmail(dot)com>
To: Craig Ringer <craig(dot)ringer(at)enterprisedb(dot)com>
Cc: Anastasia Lubennikova <a(dot)lubennikova(at)postgrespro(dot)ru>, pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: proposal: function pg_setting_value_split() to parse shared_preload_libraries etc.
Date: 2020-12-02 13:36:16
Message-ID: CAB8KJ=i5nW1LtBOtMyzZUjra3gtQ5nN0DCV8w-5yDtk_wZKvmQ@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

2020年11月30日(月) 14:53 Craig Ringer <craig(dot)ringer(at)enterprisedb(dot)com>:
>
> On Mon, 30 Nov 2020 at 03:24, Anastasia Lubennikova
> <a(dot)lubennikova(at)postgrespro(dot)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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message legrand legrand 2020-12-02 13:41:36 Re: pg_stat_statements oddity with track = all
Previous Message Ian Barwick 2020-12-02 13:26:53 Re: Corner-case bug in pg_rewind