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

Commit1833d23

Browse files
committed
GUC: adjust effective_cache_size SQL descriptions
Follow on patch for commit3e0f1a4.Reported-by: Peter EisentrautDiscussion:https://postgr.es/m/369ec766-b947-51bd-4dad-6fb9e026439f@2ndquadrant.comBackpatch-through: 9.4
1 parent1f28ec6 commit1833d23

File tree

1 file changed

+2
-2
lines changed
  • src/backend/utils/misc

1 file changed

+2
-2
lines changed

‎src/backend/utils/misc/guc.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2979,8 +2979,8 @@ static struct config_int ConfigureNamesInt[] =
29792979

29802980
{
29812981
{"effective_cache_size",PGC_USERSET,QUERY_TUNING_COST,
2982-
gettext_noop("Sets the planner's assumption about the size of the datacache."),
2983-
gettext_noop("That is, the size of the cache used for PostgreSQL data files. "
2982+
gettext_noop("Sets the planner's assumption about thetotalsize of the datacaches."),
2983+
gettext_noop("That is, thetotalsize of thecaches (kernelcache and shared buffers) used for PostgreSQL data files. "
29842984
"This is measured in disk pages, which are normally 8 kB each."),
29852985
GUC_UNIT_BLOCKS,
29862986
},

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp