提交 afab814a 编写于 作者: B Bruce Momjian

Change log message about vacuuming database name from LOG to DEBUG1.

Prevents duplicate meaningless log messsages.
上级 87f00a46
......@@ -10,7 +10,7 @@
*
*
* IDENTIFICATION
* $PostgreSQL: pgsql/src/backend/postmaster/autovacuum.c,v 1.16 2006/04/06 20:38:00 tgl Exp $
* $PostgreSQL: pgsql/src/backend/postmaster/autovacuum.c,v 1.17 2006/04/27 15:57:10 momjian Exp $
*
*-------------------------------------------------------------------------
*/
......@@ -412,7 +412,7 @@ AutoVacMain(int argc, char *argv[])
InitPostgres(db->name, NULL);
SetProcessingMode(NormalProcessing);
set_ps_display(db->name);
ereport(LOG,
ereport(DEBUG1,
(errmsg("autovacuum: processing database \"%s\"", db->name)));
/* Create the memory context where cross-transaction state is stored */
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册