Fix C comment in check_effective_cache_size()

This commit is contained in:
Bruce Momjian 2013-10-08 19:25:26 -04:00
parent 3e5a9eee8a
commit bf46524b31
1 changed files with 1 additions and 1 deletions

View File

@ -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;