From: | Heikki Linnakangas <heikki(dot)linnakangas(at)enterprisedb(dot)com> |
---|---|
To: | Simon Riggs <simon(at)2ndQuadrant(dot)com> |
Cc: | pgsql-hackers(at)postgresql(dot)org |
Subject: | Re: [COMMITTERS] pgsql: Reduce the chatter to the log when starting a standby server. |
Date: | 2010-02-12 14:55:40 |
Message-ID: | 4B756BEC.4040209@enterprisedb.com |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-committers pgsql-hackers |
Simon Riggs wrote:
> * "entering standby mode" isn't a more informative message. Two people
> have already said on-list that "standby mode" name might need to be
> changed.
Well, I'm all ears for better suggestions.
> More informative, for me, would be something like "entering
> streaming replication mode" and having a parameter called replication
> would also make that clearer.
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.
> * If you change the HS startup messages you need to change the docs also
Thanks, fixed.
--
Heikki Linnakangas
EnterpriseDB http://www.enterprisedb.com
From | Date | Subject | |
---|---|---|---|
Next Message | Robert Haas | 2010-02-12 15:14:41 | Re: Re: [COMMITTERS] pgsql: Reduce the chatter to the log when starting a standby server. |
Previous Message | Heikki Linnakangas | 2010-02-12 14:53:22 | pgsql: Update Hot Standby documentation to reflect the change in the LOG |
From | Date | Subject | |
---|---|---|---|
Next Message | Robert Haas | 2010-02-12 15:14:41 | Re: Re: [COMMITTERS] pgsql: Reduce the chatter to the log when starting a standby server. |
Previous Message | Tom Lane | 2010-02-12 14:46:25 | Re: Parameter name standby_mode |