We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1f28ec6 commit 1833d23Copy full SHA for 1833d23
src/backend/utils/misc/guc.c
@@ -2979,8 +2979,8 @@ static struct config_int ConfigureNamesInt[] =
2979
2980
{
2981
{"effective_cache_size", PGC_USERSET, QUERY_TUNING_COST,
2982
- gettext_noop("Sets the planner's assumption about the size of the data cache."),
2983
- gettext_noop("That is, the size of the cache used for PostgreSQL data files. "
+ gettext_noop("Sets the planner's assumption about the total size of the data caches."),
+ gettext_noop("That is, the total size of the caches (kernel cache and shared buffers) used for PostgreSQL data files. "
2984
"This is measured in disk pages, which are normally 8 kB each."),
2985
GUC_UNIT_BLOCKS,
2986
},
0 commit comments