Re: [PATCH] Fix ALTER SYSTEM empty string bug for GUC_LIST_QUOTE parameters

Fujii Masao <masao.fujii@gmail.com>

From: Fujii Masao <masao.fujii@gmail.com>
To: Jim Jones <jim.jones@uni-muenster.de>
Cc: Andrei Klychkov <andrew.a.klychkov@gmail.com>, pgsql-hackers@lists.postgresql.org
Date: 2025-09-04T16:44:37Z
Lists: pgsql-hackers

Commits

Same data as JSON: GET /api/v1/messages/:b64id/commits the thread's linked commits as JSON, with link sources. API reference →
  1. Allow "SET list_guc TO NULL" to specify setting the GUC to empty.

On Thu, Sep 4, 2025 at 11:58 PM Jim Jones <jim.jones@uni-muenster.de> wrote:
> Yeah, I also think that SET and ALTER SYSTEM SET should be consistent. I
> tested your proposed changes in flatten_set_variable_args ..

Thanks for the test!


> I'm wondering if we should add some tests, e.g. in guc.sql:

+1 to add regression tests.

Regards,

-- 
Fujii Masao