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 4f0bf33 commit b8db4c2Copy full SHA for b8db4c2
src/backend/utils/misc/guc.c
@@ -2486,8 +2486,8 @@ static struct config_int ConfigureNamesInt[] =
2486
2487
{
2488
{"effective_cache_size", PGC_USERSET, QUERY_TUNING_COST,
2489
- gettext_noop("Sets the planner's assumption about the size of the data cache."),
2490
- 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. "
2491
"This is measured in disk pages, which are normally 8 kB each."),
2492
GUC_UNIT_BLOCKS,
2493
},
0 commit comments