Add analyze log messages for verbose mode.

This commit is contained in:
Bruce Momjian 2000-05-29 16:06:37 +00:00
parent c3647c3d06
commit ac4de0cc94
1 changed files with 3 additions and 1 deletions

View File

@ -8,7 +8,7 @@
*
*
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/commands/vacuum.c,v 1.153 2000/05/29 15:48:47 momjian Exp $
* $Header: /cvsroot/pgsql/src/backend/commands/vacuum.c,v 1.154 2000/05/29 16:06:37 momjian Exp $
*
*-------------------------------------------------------------------------
@ -564,6 +564,8 @@ analyze_rel(Oid relid, List *va_cols)
}
#endif
elog(MESSAGE_LEVEL, "Analyzing %s...", RelationGetRelationName(onerel));
attr_cnt = onerel->rd_att->natts;
attr = onerel->rd_att->attrs;