aboutsummaryrefslogtreecommitdiff
path: root/src/backend
diff options
context:
space:
mode:
authorBruce Momjian <bruce@momjian.us>2013-10-08 19:25:26 -0400
committerBruce Momjian <bruce@momjian.us>2013-10-08 19:25:26 -0400
commitbf46524b3136928bfe61c782a950a30638bbd159 (patch)
tree69cc5685d50d1a4e52cae7ff6f7cb7110d9d8b9c /src/backend
parent3e5a9eee8a8afb729ea393fd0fa6c6495241f6bb (diff)
downloadpostgresql-bf46524b3136928bfe61c782a950a30638bbd159.tar.gz
postgresql-bf46524b3136928bfe61c782a950a30638bbd159.zip
Fix C comment in check_effective_cache_size()
Diffstat (limited to 'src/backend')
-rw-r--r--src/backend/optimizer/path/costsize.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/optimizer/path/costsize.c b/src/backend/optimizer/path/costsize.c
index 82c66f76caf..e7f8cec0fed 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;