|
10 | 10 | * |
11 | 11 | * |
12 | 12 | * IDENTIFICATION |
13 | | - * $PostgreSQL: pgsql/src/backend/postmaster/autovacuum.c,v 1.16 2006/04/06 20:38:00 tgl Exp $ |
| 13 | + * $PostgreSQL: pgsql/src/backend/postmaster/autovacuum.c,v 1.17 2006/04/27 15:57:10 momjian Exp $ |
14 | 14 | * |
15 | 15 | *------------------------------------------------------------------------- |
16 | 16 | */ |
@@ -412,7 +412,7 @@ AutoVacMain(int argc, char *argv[]) |
412 | 412 | InitPostgres(db->name,NULL); |
413 | 413 | SetProcessingMode(NormalProcessing); |
414 | 414 | set_ps_display(db->name); |
415 | | -ereport(LOG, |
| 415 | +ereport(DEBUG1, |
416 | 416 | (errmsg("autovacuum: processing database \"%s\"",db->name))); |
417 | 417 |
|
418 | 418 | /* Create the memory context where cross-transaction state is stored */ |
|