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

From: Craig Ringer <craig(dot)ringer(at)enterprisedb(dot)com>
To: Anastasia Lubennikova <a(dot)lubennikova(at)postgrespro(dot)ru>
Cc: Ian Lawrence Barwick <barwick(at)gmail(dot)com>, pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: proposal: function pg_setting_value_split() to parse shared_preload_libraries etc.
Date: 2020-11-30 05:53:14
Message-ID: CAGRY4nwR=Aw=2oJvcnEtGPC=65fcPPHKybHC5XTYL9EgQRhPqA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

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.

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Thomas Munro 2020-11-30 05:59:40 Re: BUG #16663: DROP INDEX did not free up disk space: idle connection hold file marked as deleted
Previous Message Andrey V. Lepikhov 2020-11-30 05:50:57 Re: Removing unneeded self joins