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

    https://github.com/apache/incubator-hawq/pull/1055#discussion_r92972130
  
    --- Diff: src/backend/libpq/rangerrest.c ---
    @@ -391,7 +363,7 @@ static size_t write_callback(char *contents, size_t 
size, size_t nitems,
             void *userp)
     {
         size_t realsize = size * nitems;
    -    CURL_HANDLE curl = (struct curl_context *) userp;
    +    CURL_HANDLE curl = (struct curl_context_t *) userp;
    --- End diff --
    
    Usually if a type have a _t in end, that means no struct is needed.
    
    Either "struct curl_context" or curl_context_t.


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