mirror of
https://github.com/postgres/postgres.git
synced 2025-06-26 12:21:12 +03:00
Fix C comment in check_effective_cache_size()
This commit is contained in:
@ -486,7 +486,7 @@ check_effective_cache_size(int *newval, void **extra, GucSource source)
|
|||||||
{
|
{
|
||||||
/*
|
/*
|
||||||
* If we haven't yet changed the boot_val default of -1, just let it
|
* If we haven't yet changed the boot_val default of -1, just let it
|
||||||
* be. We'll fix it in index_pages_fetched
|
* be. We'll fix it later.
|
||||||
*/
|
*/
|
||||||
if (effective_cache_size == -1)
|
if (effective_cache_size == -1)
|
||||||
return true;
|
return true;
|
||||||
|
Reference in New Issue
Block a user