We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87f00a4 commit afab814Copy full SHA for afab814
src/backend/postmaster/autovacuum.c
@@ -10,7 +10,7 @@
10
*
11
12
* IDENTIFICATION
13
- * $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 $
14
15
*-------------------------------------------------------------------------
16
*/
@@ -412,7 +412,7 @@ AutoVacMain(int argc, char *argv[])
412
InitPostgres(db->name, NULL);
413
SetProcessingMode(NormalProcessing);
414
set_ps_display(db->name);
415
- ereport(LOG,
+ ereport(DEBUG1,
416
(errmsg("autovacuum: processing database \"%s\"", db->name)));
417
418
/* Create the memory context where cross-transaction state is stored */
0 commit comments