]> granicus.if.org Git - postgresql/commitdiff
Fix C comment in check_effective_cache_size()
authorBruce Momjian <bruce@momjian.us>
Tue, 8 Oct 2013 23:25:26 +0000 (19:25 -0400)
committerBruce Momjian <bruce@momjian.us>
Tue, 8 Oct 2013 23:25:26 +0000 (19:25 -0400)
src/backend/optimizer/path/costsize.c

index 82c66f76caf39e96c509f285d123d33fe8b2a6e7..e7f8cec0fed13bd20dcd1758f602b7d33ce1984c 100644 (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;