Commit bf46524b authored by Bruce Momjian's avatar Bruce Momjian

Fix C comment in check_effective_cache_size()

parent 3e5a9eee
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment