mirror of
https://git.postgresql.org/git/postgresql.git
synced 2024-12-15 08:20:16 +08:00
Fix C comment in check_effective_cache_size()
This commit is contained in:
parent
3e5a9eee8a
commit
bf46524b31
@ -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
|
||||
* be. We'll fix it in index_pages_fetched
|
||||
* be. We'll fix it later.
|
||||
*/
|
||||
if (effective_cache_size == -1)
|
||||
return true;
|
||||
|
Loading…
Reference in New Issue
Block a user