projects
/
postgresql.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3e5a9ee
)
Fix C comment in check_effective_cache_size()
author
Bruce Momjian
<bruce@momjian.us>
Tue, 8 Oct 2013 23:25:26 +0000
(19:25 -0400)
committer
Bruce Momjian
<bruce@momjian.us>
Tue, 8 Oct 2013 23:25:26 +0000
(19:25 -0400)
src/backend/optimizer/path/costsize.c
patch
|
blob
|
blame
|
history
diff --git
a/src/backend/optimizer/path/costsize.c
b/src/backend/optimizer/path/costsize.c
index 82c66f76caf39e96c509f285d123d33fe8b2a6e7..e7f8cec0fed13bd20dcd1758f602b7d33ce1984c 100644
(file)
--- 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;