mirror of
https://git.postgresql.org/git/postgresql.git
synced 2024-12-09 08:10:09 +08:00
Add analyze log messages for verbose mode.
This commit is contained in:
parent
c3647c3d06
commit
ac4de0cc94
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user