8000
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 003c68a commit b43df56Copy full SHA for b43df56
src/backend/utils/misc/guc.c
@@ -2987,8 +2987,8 @@ static struct config_int ConfigureNamesInt[] =
2987
2988
{
2989
{"effective_cache_size", PGC_USERSET, QUERY_TUNING_COST,
2990
- gettext_noop("Sets the planner's assumption about the size of the data cache."),
2991
- 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. "
2992
"This is measured in disk pages, which are normally 8 kB each."),
2993
GUC_UNIT_BLOCKS,
2994
},
0 commit comments