|
8 | 8 | *
|
9 | 9 | *
|
10 | 10 | * IDENTIFICATION
|
11 |
| - * $PostgreSQL: pgsql/src/backend/commands/indexcmds.c,v 1.140 2006/06/0713:13:16 momjian Exp $ |
| 11 | + * $PostgreSQL: pgsql/src/backend/commands/indexcmds.c,v 1.141 2006/06/0717:20:17 momjian Exp $ |
12 | 12 | *
|
13 | 13 | *-------------------------------------------------------------------------
|
14 | 14 | */
|
@@ -1108,7 +1108,7 @@ ReindexDatabase(const char *databaseName, bool do_system, bool do_user)
|
1108 | 1108 | /* functions in indexes may want a snapshot set */
|
1109 | 1109 | ActiveSnapshot=CopySnapshot(GetTransactionSnapshot());
|
1110 | 1110 | if (reindex_relation(relid, true))
|
1111 |
| -ereport(INFO, |
| 1111 | +ereport(NOTICE, |
1112 | 1112 | (errmsg("table \"%s\" was reindexed",
|
1113 | 1113 | get_rel_name(relid))));
|
1114 | 1114 | CommitTransactionCommand();
|
|