Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitac4de0c

Browse files
committed
Add analyze log messages for verbose mode.
1 parentc3647c3 commitac4de0c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

‎src/backend/commands/vacuum.c

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
*
99
*
1010
* IDENTIFICATION
11-
* $Header: /cvsroot/pgsql/src/backend/commands/vacuum.c,v 1.153 2000/05/2915:48:47 momjian Exp $
11+
* $Header: /cvsroot/pgsql/src/backend/commands/vacuum.c,v 1.154 2000/05/2916:06:37 momjian Exp $
1212
*
1313
1414
*-------------------------------------------------------------------------
@@ -564,6 +564,8 @@ analyze_rel(Oid relid, List *va_cols)
564564
}
565565
#endif
566566

567+
elog(MESSAGE_LEVEL,"Analyzing %s...",RelationGetRelationName(onerel));
568+
567569
attr_cnt=onerel->rd_att->natts;
568570
attr=onerel->rd_att->attrs;
569571

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp