Github user paul-guo- commented on a diff in the pull request:

    https://github.com/apache/incubator-hawq/pull/1031#discussion_r90576041
  
    --- Diff: src/include/postgres.h ---
    @@ -513,6 +513,18 @@ extern void gp_set_thread_sigmasks(void);
     
     extern void OnMoveOutCGroupForQE(void);
     
    +#ifndef POSSIBLE_UNUSED_VAR
    +#define POSSIBLE_UNUSED_VAR(x)     ((void)x)
    +#endif
    +
    +#ifndef POSSIBLE_UNUSED_ARG
    +#define POSSIBLE_UNUSED_ARG(x)     ((void)x)
    +#endif
    +
    +#ifndef UNUSED_ARG
    +#define UNUSED_ARG(x)                      ((void)x)
    --- End diff --
    
    It is because the tab stop shown on this page is 8, while that in hawq 4.


---
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