Update messages.

This commit is contained in:
Bruce Momjian 2000-05-29 17:11:58 +00:00
parent 84a30b4c41
commit 3d669b50ed
1 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@
*
*
* IDENTIFICATION
* $Header: /cvsroot/pgsql/src/backend/commands/vacuum.c,v 1.157 2000/05/29 17:07:57 momjian Exp $
* $Header: /cvsroot/pgsql/src/backend/commands/vacuum.c,v 1.158 2000/05/29 17:11:58 momjian Exp $
*
*-------------------------------------------------------------------------
@ -564,7 +564,7 @@ analyze_rel(Oid relid, List *anal_cols2)
}
#endif
elog(MESSAGE_LEVEL, "Analyzing %s...", RelationGetRelationName(onerel));
elog(MESSAGE_LEVEL, "Analyzing...");
attr_cnt = onerel->rd_att->natts;
attr = onerel->rd_att->attrs;