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

Commit309193b

Browse files
committed
Show schema name for REINDEX.
Greg Sabino Mullane
1 parenta128991 commit309193b

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

‎src/backend/commands/indexcmds.c

Lines changed: 3 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.196 2010/05/27 15:59:10 tgl Exp $
11+
* $PostgreSQL: pgsql/src/backend/commands/indexcmds.c,v 1.197 2010/06/01 00:33:23 momjian Exp $
1212
*
1313
*-------------------------------------------------------------------------
1414
*/
@@ -1749,7 +1749,8 @@ ReindexDatabase(const char *databaseName, bool do_system, bool do_user)
17491749
PushActiveSnapshot(GetTransactionSnapshot());
17501750
if (reindex_relation(relid, true, false))
17511751
ereport(NOTICE,
1752-
(errmsg("table \"%s\" was reindexed",
1752+
(errmsg("table \"%s.%s\" was reindexed",
1753+
get_namespace_name(get_rel_namespace(relid)),
17531754
get_rel_name(relid))));
17541755
PopActiveSnapshot();
17551756
CommitTransactionCommand();

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp