Github user DaveBirdsall commented on a diff in the pull request:

    
https://github.com/apache/incubator-trafodion/pull/1159#discussion_r125312113
  
    --- Diff: core/sql/sqlcomp/nadefaults.cpp ---
    @@ -2839,7 +2839,7 @@ SDDkwd__(ISO_MAPPING,           (char 
*)SQLCHARSETSTRING_ISO88591),
       DD_____(PCODE_DEBUG_LOGDIR,        ""  ), // Pathname of log directory 
for PCode work
       DDint__(PCODE_EXPR_CACHE_CMP_ONLY, "0" ), // PCode Expr Cache 
compare-only mode
       DDint__(PCODE_EXPR_CACHE_DEBUG,    "0" ), // PCode Expr Cache debug (set 
to 1 to enable dbg logging)
    -  DDint__(PCODE_EXPR_CACHE_ENABLED,  "1" ), // PCode Expr Cache Enabled 
(set to 0 to disable the cache)
    +  DDint__(PCODE_EXPR_CACHE_ENABLED,  "0" ), // PCode Expr Cache Enabled 
(set to 0 to disable the cache)
    --- End diff --
    
    Is the idea here that there is a memory leak in the PCODE cache that we 
intend to track down later?


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at infrastruct...@apache.org or file a JIRA ticket
with INFRA.
---

Reply via email to