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

    https://github.com/apache/incubator-hawq/pull/34#discussion_r42961907
  
    --- Diff: src/backend/utils/misc/guc.c ---
    @@ -13520,4 +13542,38 @@ assign_gp_temporary_directory_mark_error(int 
newval, bool doit, GucSource source
        return true;
     }
     
    +static const char *
    +assign_hawq_rm_stmt_vseg_memory(const char *newval, bool doit, GucSource 
source)
    +{
    +   if (doit)
    +   {
    +           int32_t newvalmb = 0;
    --- End diff --
    
    codes indent here doesn't match.


---
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 [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to