pgsql: Reduce the chatter to the log when starting a standby server.

From: heikki(at)postgresql(dot)org (Heikki Linnakangas)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Reduce the chatter to the log when starting a standby server.
Date: 2010-02-12 09:49:09
Message-ID: 20100212094909.3C3377541C5@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers pgsql-hackers

Log Message:
-----------
Reduce the chatter to the log when starting a standby server. Don't
echo all the recovery.conf options. Don't emit the "initializing
recovery connections" message, which doesn't mean anything to a user.
Remove the "starting archive recovery" message and replace the
"automatic recovery in progress" message with a more informative message
saying whether the server is doing PITR, normal archive recovery, or
standby mode.

Modified Files:
--------------
pgsql/src/backend/access/transam:
xlog.c (r1.372 -> r1.373)
(http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/backend/access/transam/xlog.c?r1=1.372&r2=1.373)

Responses

Browse pgsql-committers by date

  From Date Subject
Next Message Simon Riggs 2010-02-12 12:51:20 Re: Re: [COMMITTERS] pgsql: Make standby server continuously retry restoring the next WAL
Previous Message Heikki Linnakangas 2010-02-12 08:28:44 pgsql: Clean up Streaming Replication documentation a little bit.

Browse pgsql-hackers by date

  From Date Subject
Next Message Heikki Linnakangas 2010-02-12 09:54:10 Re: testing cvs HEAD - HS/SR - cannot stat
Previous Message Peter Geoghegan 2010-02-12 09:40:26 Re: TCP keepalive support for libpq