Re: BUG #18964: `ALTER DATABASE ... RESET ...` fails to reset extension parameters that no longer exist - Mailing list pgsql-bugs

From Tom Lane
Subject Re: BUG #18964: `ALTER DATABASE ... RESET ...` fails to reset extension parameters that no longer exist
Date
Msg-id 768341.1753738070@sss.pgh.pa.us
Whole thread Raw
In response to Re: BUG #18964: `ALTER DATABASE ... RESET ...` fails to reset extension parameters that no longer exist  (Nathan Bossart <nathandbossart@gmail.com>)
List pgsql-bugs
Nathan Bossart <nathandbossart@gmail.com> writes:
> I looked into how easily this back-patched to v15 (where commit 88103567c
> was added), and I noticed that the ALTER SYSTEM code looks a bit different
> on v15 and v16.  Furthermore, I didn't see a simple way to fix it on those
> versions without first back-patching commit 2d870b4.  From the commit
> message, it looks like Tom didn't back-patch it at the time due to a lack
> of complaints.  I'm currently thinking we should first back-patch that one
> to at least v15, if not all supported versions, before applying my proposed
> patch.  Thoughts?

No objection here.  Now that that's a couple years old, it should have
had enough time to bake.

            regards, tom lane



pgsql-bugs by date:

Previous
From: Nathan Bossart
Date:
Subject: Re: BUG #18964: `ALTER DATABASE ... RESET ...` fails to reset extension parameters that no longer exist
Next
From: Fujii Masao
Date:
Subject: Re: Unexpected Standby Shutdown on sync_replication_slots change