Re: Re: [COMMITTERS] pgsql: Reduce the chatter to the log when starting a standby server.

From: Robert Haas <robertmhaas(at)gmail(dot)com>
To: Heikki Linnakangas <heikki(dot)linnakangas(at)enterprisedb(dot)com>
Cc: Simon Riggs <simon(at)2ndquadrant(dot)com>, pgsql-hackers(at)postgresql(dot)org
Subject: Re: Re: [COMMITTERS] pgsql: Reduce the chatter to the log when starting a standby server.
Date: 2010-02-12 15:14:41
Message-ID: 603c8f071002120714q69ea4656rbb82eb3b2cb8e6c@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers pgsql-hackers

On Fri, Feb 12, 2010 at 9:55 AM, Heikki Linnakangas
<heikki(dot)linnakangas(at)enterprisedb(dot)com> wrote:
> That doesn't accurately describe what the standby_mode setting does. It
> doesn't imply streaming replication. It means that the server doesn't
> end recovery when it reaches end of WAL, but keeps trying.

I think I'm going to add my name to the list of people who are unhappy
with standby_mode as a parameter name. I really like the design of
the feature, but the name is just not that clear. You can't read that
parameter name and immediately know what it's trying to do.
Furthermore, if you're wanting to use pg_standby, you might be
forgiven for thinking that you should set standby_mode = on; but in
fact that's exactly the wrong thing to do.

One possibility that occurs to me is that we could call it something
like integrated_standby; but I'm not attached to that.

...Robert

In response to

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Heikki Linnakangas 2010-02-12 15:27:20 Re: Re: [COMMITTERS] pgsql: Reduce the chatter to the log when starting a standby server.
Previous Message Heikki Linnakangas 2010-02-12 14:55:40 Re: [COMMITTERS] pgsql: Reduce the chatter to the log when starting a standby server.

Browse pgsql-hackers by date

  From Date Subject
Next Message Robert Haas 2010-02-12 15:16:42 Re: Add on_trusted_init and on_untrusted_init to plperl UPDATED [PATCH]
Previous Message Heikki Linnakangas 2010-02-12 14:55:40 Re: [COMMITTERS] pgsql: Reduce the chatter to the log when starting a standby server.