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

Commitc29a0bd

Browse files
committed
Change vacuum lazy "compacting" warning message to:
errhint("Consider using VACUUM FULL on this relation or increasing the configuration parameter \"max_fsm_pages\".")));
1 parent1d6653e commitc29a0bd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/backend/commands/vacuumlazy.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@
3636
*
3737
*
3838
* IDENTIFICATION
39-
* $PostgreSQL: pgsql/src/backend/commands/vacuumlazy.c,v 1.82 2007/01/05 22:19:27 momjian Exp $
39+
* $PostgreSQL: pgsql/src/backend/commands/vacuumlazy.c,v 1.83 2007/02/04 03:10:55 momjian Exp $
4040
*
4141
*-------------------------------------------------------------------------
4242
*/
@@ -513,7 +513,7 @@ lazy_scan_heap(Relation onerel, LVRelStats *vacrelstats,
513513
(errmsg("relation \"%s.%s\" contains more than \"max_fsm_pages\" pages with useful free space",
514514
get_namespace_name(RelationGetNamespace(onerel)),
515515
relname),
516-
errhint("Considercompacting this relation or increasing the configuration parameter \"max_fsm_pages\".")));
516+
errhint("Considerusing VACUUM FULL on this relation or increasing the configuration parameter \"max_fsm_pages\".")));
517517
}
518518

519519

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp