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 b2e754c commit 018e5feCopy full SHA for 018e5fe
src/backend/utils/misc/guc.c
@@ -2803,8 +2803,8 @@ static struct config_int ConfigureNamesInt[] =
2803
2804
{
2805
{"effective_cache_size", PGC_USERSET, QUERY_TUNING_COST,
2806
- gettext_noop("Sets the planner's assumption about the size of the data cache."),
2807
- 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. "
2808
"This is measured in disk pages, which are normally 8 kB each."),
2809
GUC_UNIT_BLOCKS,
2810
},
0 commit comments