Index: src/backend/postmaster/autovacuum.c
===================================================================
RCS file: /cvsroot/pgsql/src/backend/postmaster/autovacuum.c,v
retrieving revision 1.16
diff -c -c -r1.16 autovacuum.c
*** src/backend/postmaster/autovacuum.c	6 Apr 2006 20:38:00 -0000	1.16
--- src/backend/postmaster/autovacuum.c	27 Apr 2006 15:54:56 -0000
***************
*** 412,418 ****
  		InitPostgres(db->name, NULL);
  		SetProcessingMode(NormalProcessing);
  		set_ps_display(db->name);
! 		ereport(LOG,
  				(errmsg("autovacuum: processing database \"%s\"", db->name)));
  
  		/* Create the memory context where cross-transaction state is stored */
--- 412,418 ----
  		InitPostgres(db->name, NULL);
  		SetProcessingMode(NormalProcessing);
  		set_ps_display(db->name);
! 		ereport(DEBUG1,
  				(errmsg("autovacuum: processing database \"%s\"", db->name)));
  
  		/* Create the memory context where cross-transaction state is stored */
