[PATCH] Fix ALTER SYSTEM empty string bug for GUC_LIST_QUOTE parameters - Mailing list pgsql-hackers

From Andrei Klychkov
Subject [PATCH] Fix ALTER SYSTEM empty string bug for GUC_LIST_QUOTE parameters
Date
Msg-id CA+mfrmwsBmYsJayWjc8bJmicxc3phZcHHY=yW5aYe=P-1d_4bg@mail.gmail.com
Whole thread Raw
List pgsql-hackers
Hi Hackers,

I'm submitting a patch to fix a bug where ALTER SYSTEM SET with empty strings for
GUC_LIST_QUOTE parameters (like shared_preload_libraries) results in malformed
configuration entries that cause server crashes on restart.

Please take a look,

Thanks
Andrew
Attachment

pgsql-hackers by date:

Previous
From: Kirill Reshke
Date:
Subject: Re: eliminate xl_heap_visible to reduce WAL (and eventually set VM on-access)
Next
From: Amit Kapila
Date:
Subject: Re: How can end users know the cause of LR slot sync delays?