Comment: fix typo in comment.
authorTatsuo Ishii <[email protected]>
Sun, 4 Aug 2024 01:14:00 +0000 (10:14 +0900)
committerTatsuo Ishii <[email protected]>
Sun, 4 Aug 2024 01:14:00 +0000 (10:14 +0900)
src/query_cache/pool_memqcache.c

index 5c4b3047042dd23cae8f4c30a90815044e44ce2d..24dc27ec39427ff64b8fe9c46df6d412b898b894 100644 (file)
@@ -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)
        {