Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -3351,7 +3351,8 @@ include_dir 'conf.d'
3351
3351
used. When setting this parameter you should consider both
3352
3352
<productname>PostgreSQL</productname>'s shared buffers and the
3353
3353
portion of the kernel's disk cache that will be used for
3354
- <productname>PostgreSQL</productname> data files. Also, take
3354
+ <productname>PostgreSQL</productname> data files, though some
3355
+ data might exist in both places. Also, take
3355
3356
into account the expected number of concurrent queries on different
3356
3357
tables, since they will have to share the available
3357
3358
space. This parameter has no effect on the size of shared
Original file line number Diff line number Diff line change @@ -2486,10 +2486,9 @@ static struct config_int ConfigureNamesInt[] =
2486
2486
2487
2487
{
2488
2488
{"effective_cache_size" , PGC_USERSET , QUERY_TUNING_COST ,
2489
- gettext_noop ("Sets the planner's assumption about the size of the disk cache." ),
2490
- gettext_noop ("That is, the portion of the kernel's disk cache that "
2491
- "will be used for PostgreSQL data files. This is measured in disk "
2492
- "pages, which are normally 8 kB each." ),
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. "
2491
+ "This is measured in disk pages, which are normally 8 kB each." ),
2493
2492
GUC_UNIT_BLOCKS ,
2494
2493
},
2495
2494
& effective_cache_size ,
0 commit comments