pgsql: Reduce routine successful-archiving message from LOG to DEBUG1

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Reduce routine successful-archiving message from LOG to DEBUG1
Date: 2007-11-24 21:37:04
Message-ID: 20071124213704.941F17540F0@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Reduce routine successful-archiving message from LOG to DEBUG1 grade,
to reduce chattiness of logs. Per discussion.
Simon Riggs

Modified Files:
--------------
pgsql/src/backend/postmaster:
pgarch.c (r1.32 -> r1.33)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/postmaster/pgarch.c?r1=1.32&r2=1.33)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2007-11-25 02:09:46 pgsql: Fix thinko in comment.
Previous Message Tom Lane 2007-11-24 21:20:07 pgsql: Fix (I think) broken usage of MultiByteToWideChar.