projects
/
pgpool2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2af7322
)
Comment: fix typo in comment.
author
Tatsuo Ishii
<ishii@postgresql.org>
Sun, 4 Aug 2024 01:14:00 +0000
(10:14 +0900)
committer
Tatsuo Ishii
<ishii@postgresql.org>
Sun, 4 Aug 2024 01:17:44 +0000
(10:17 +0900)
src/query_cache/pool_memqcache.c
patch
|
blob
|
blame
|
history
diff --git
a/src/query_cache/pool_memqcache.c
b/src/query_cache/pool_memqcache.c
index 58b3371f1d92852b6b2e59872014b03b1e7b77fd..d4f4230985f58812531faaca4912d229ae147ff8 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)
{