index e9e7ae3691fd43156504e1725ce9744a1f3c9792..4a5a05c1b28ca1bb604949e15772bf22bda9a643 100644 (file)
*
*
* 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 $
*
*-------------------------------------------------------------------------
*/
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 */