Skip to content

Commit e9f6679

Browse files
committed
Have REINDEX use NOTICE, so it can be suppressed.
1 parent ae0c8d0 commit e9f6679

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/backend/commands/indexcmds.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
*
99
*
1010
* IDENTIFICATION
11-
* $PostgreSQL: pgsql/src/backend/commands/indexcmds.c,v 1.140 2006/06/07 13:13:16 momjian Exp $
11+
* $PostgreSQL: pgsql/src/backend/commands/indexcmds.c,v 1.141 2006/06/07 17:20:17 momjian Exp $
1212
*
1313
*-------------------------------------------------------------------------
1414
*/
@@ -1108,7 +1108,7 @@ ReindexDatabase(const char *databaseName, bool do_system, bool do_user)
11081108
/* functions in indexes may want a snapshot set */
11091109
ActiveSnapshot = CopySnapshot(GetTransactionSnapshot());
11101110
if (reindex_relation(relid, true))
1111-
ereport(INFO,
1111+
ereport(NOTICE,
11121112
(errmsg("table \"%s\" was reindexed",
11131113
get_rel_name(relid))));
11141114
CommitTransactionCommand();

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy