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

From: Fujii Masao <masao(dot)fujii(at)gmail(dot)com>
To: Jim Jones <jim(dot)jones(at)uni-muenster(dot)de>
Cc: Andrei Klychkov <andrew(dot)a(dot)klychkov(at)gmail(dot)com>, pgsql-hackers(at)lists(dot)postgresql(dot)org
Subject: Re: [PATCH] Fix ALTER SYSTEM empty string bug for GUC_LIST_QUOTE parameters
Date: 2025-09-04 16:44:37
Message-ID: CAHGQGwGPLCmUQi0OcbsGHdk7a5KyYeN4tupOEUpamHYRH6UiqA@mail.gmail.com
Views: Whole Thread | Raw Message | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Thu, Sep 4, 2025 at 11:58 PM Jim Jones <jim(dot)jones(at)uni-muenster(dot)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

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Andres Freund 2025-09-04 16:45:48 Re: PgStat_HashKey padding issue when passed by reference
Previous Message Fujii Masao 2025-09-04 16:42:06 Re: [PATCH] Fix ALTER SYSTEM empty string bug for GUC_LIST_QUOTE parameters