pgsql: Reduce the chatter to the log when starting a standby server. - Mailing list pgsql-committers

From heikki@postgresql.org (Heikki Linnakangas)
Subject pgsql: Reduce the chatter to the log when starting a standby server.
Date
Msg-id 20100212094909.3C3377541C5@cvs.postgresql.org
Whole thread Raw
List pgsql-committers
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)

pgsql-committers by date:

Previous
From: heikki@postgresql.org (Heikki Linnakangas)
Date:
Subject: pgsql: Clean up Streaming Replication documentation a little bit.
Next
From: heikki@postgresql.org (Heikki Linnakangas)
Date:
Subject: pgsql: Update Hot Standby documentation to reflect the change in the LOG