projects
/
pgpool2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
| inline |
side by side
(parent:
6fdba5c
)
Comment: fix typo in comment.
author
Tatsuo Ishii
<
[email protected]
>
Sun, 4 Aug 2024 01:14:00 +0000
(10:14 +0900)
committer
Tatsuo Ishii
<
[email protected]
>
Sun, 4 Aug 2024 01:14:00 +0000
(10:14 +0900)
src/query_cache/pool_memqcache.c
|
blob
|
blame
|
history
diff --git
a/src/query_cache/pool_memqcache.c
b/src/query_cache/pool_memqcache.c
index 5c4b3047042dd23cae8f4c30a90815044e44ce2d..24dc27ec39427ff64b8fe9c46df6d412b898b894 100644
(file)
--- a/
src/query_cache/pool_memqcache.c
+++ b/
src/query_cache/pool_memqcache.c
@@
-995,8
+995,8
@@
pool_is_allow_to_cache(Node *node, char *query)
/*
- * If the table is in the
while list, allow to cache even if it is VIEW or
- * unlogged table.
+ * If the table is in the
cache_safe_memqcache_table_list, allow to cache
+ *
even if it is VIEW or
unlogged table.
*/
if (pool_config->num_cache_safe_memqcache_table_list > 0)
{