Re: allow specifying action when standby encounters incompatible parameter settings

From: Nathan Bossart <nathandbossart(at)gmail(dot)com>
To: Cary Huang <cary(dot)huang(at)highgo(dot)ca>
Cc: pgsql-hackers(at)lists(dot)postgresql(dot)org
Subject: Re: allow specifying action when standby encounters incompatible parameter settings
Date: 2022-05-02 17:01:49
Message-ID: 20220502170149.GA3350992@nathanxps13
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

On Fri, Apr 29, 2022 at 06:35:52PM +0000, Cary Huang wrote:
> The patch applied and tested fine. I think for this kind of exception, it really is up to the administrator how he/she should proceed to resolve depending on his/her business application. Leaving things configurable by the user is generally a nice and modest change. I also like that you leave the parameters as enum entry so it is possible to extend other possible actions such as automatically adjust to match the new value.

Thanks for reviewing! Do you think this patch can be marked as
ready-for-committer?

--
Nathan Bossart
Amazon Web Services: https://aws.amazon.com

In response to

Browse pgsql-hackers by date

  From Date Subject
Next Message Nathan Bossart 2022-05-02 17:07:41 Re: Add --{no-,}bypassrls flags to createuser
Previous Message Andres Freund 2022-05-02 16:36:02 Re: [RFC] building postgres with meson -v8