Re: allow specifying action when standby encounters incompatible parameter settings - Mailing list pgsql-hackers

From Cary Huang
Subject Re: allow specifying action when standby encounters incompatible parameter settings
Date
Msg-id 165125735246.1202.8814978078730674728.pgcf@coridan.postgresql.org
Whole thread Raw
In response to Re: allow specifying action when standby encounters incompatible parameter settings  (Nathan Bossart <nathandbossart@gmail.com>)
Responses Re: allow specifying action when standby encounters incompatible parameter settings  (Nathan Bossart <nathandbossart@gmail.com>)
List pgsql-hackers
The following review has been posted through the commitfest application:
make installcheck-world:  tested, passed
Implements feature:       tested, passed
Spec compliant:           tested, passed
Documentation:            tested, passed

Hello

The patch applied and tested fine. I think for this kind of exception, it really is up to the administrator how he/she
shouldproceed to resolve depending on his/her business application. Leaving things configurable by the user is
generallya nice and modest change. I also like that you leave the parameters as enum entry so it is possible to extend
otherpossible actions such as automatically adjust to match the new value. 
 


---------
Cary Huang
HighGo Software Canada

pgsql-hackers by date:

Previous
From: Tom Lane
Date:
Subject: Re: fix cost subqueryscan wrong parallel cost
Next
From: "David G. Johnston"
Date:
Subject: Re: fix cost subqueryscan wrong parallel cost