Skip to content

Commit b8db4c2

Browse files
committed
GUC: adjust effective_cache_size SQL descriptions
Follow on patch for commit 3e0f1a4. Reported-by: Peter Eisentraut Discussion: https://postgr.es/m/369ec766-b947-51bd-4dad-6fb9e026439f@2ndquadrant.com Backpatch-through: 9.4
1 parent 4f0bf33 commit b8db4c2

File tree

1 file changed

+2
-2
lines changed
  • src/backend/utils/misc

1 file changed

+2
-2
lines changed

src/backend/utils/misc/guc.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2486,8 +2486,8 @@ static struct config_int ConfigureNamesInt[] =
24862486

24872487
{
24882488
{"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. "
2489+
gettext_noop("Sets the planner's assumption about the total size of the data caches."),
2490+
gettext_noop("That is, the total size of the caches (kernel cache and shared buffers) used for PostgreSQL data files. "
24912491
"This is measured in disk pages, which are normally 8 kB each."),
24922492
GUC_UNIT_BLOCKS,
24932493
},

0 commit comments

Comments
 (0)