diff --git a/src/backend/optimizer/path/costsize.c b/src/backend/optimizer/path/costsize.c index 82c66f76ca..e7f8cec0fe 100644 --- a/src/backend/optimizer/path/costsize.c +++ b/src/backend/optimizer/path/costsize.c @@ -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;