Re: s/recovery_connections/allow_standby_queries/, or something like that? - Mailing list pgsql-hackers

From Tom Lane
Subject Re: s/recovery_connections/allow_standby_queries/, or something like that?
Date
Msg-id 16625.1272565997@sss.pgh.pa.us
Whole thread Raw
In response to Re: s/recovery_connections/allow_standby_queries/, or something like that?  (Heikki Linnakangas <heikki.linnakangas@enterprisedb.com>)
List pgsql-hackers
Heikki Linnakangas <heikki.linnakangas@enterprisedb.com> writes:
>>> +1 on changing it to something.
>> 
>> Any thoughts on what?

> Well, the obvious possibility is:
> hot_standby = on/off

> allow_recovery_queries? Not sure I like either of those more than
> allow_standby_queries, though, despite what I just wrote.

I don't think we want the word "recovery" in there at all.  From the
standpoint of system internals it might make sense, but the user is
not going to think of a hot standby server as being "in recovery".

I could go with just plain "hot_standby", though.  It's sensible
and it also fits Robert's suggestion that it should match up with
the corresponding wal_level setting.
        regards, tom lane


pgsql-hackers by date:

Previous
From: Simon Riggs
Date:
Subject: Re: Re: [COMMITTERS] pgsql: Make CheckRequiredParameterValues() depend upon correct
Next
From: Heikki Linnakangas
Date:
Subject: Re: Re: [COMMITTERS] pgsql: Make CheckRequiredParameterValues() depend upon correct