Thanks to visit codestin.com Credit goes to github.com
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 518d549 commit 6fc2738Copy full SHA for 6fc2738
src/backend/utils/misc/guc.c
@@ -2738,8 +2738,8 @@ static struct config_int ConfigureNamesInt[] =
2738
2739
{
2740
{"effective_cache_size", PGC_USERSET, QUERY_TUNING_COST,
2741
- gettext_noop("Sets the planner's assumption about the size of the data cache."),
2742
- 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. "
2743
"This is measured in disk pages, which are normally 8 kB each."),
2744
GUC_UNIT_BLOCKS,
2745
},
0 commit comments