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

    https://github.com/apache/incubator-hawq/pull/1079#discussion_r95519578
  
    --- Diff: src/backend/tcop/postgres.c ---
    @@ -5314,6 +5337,24 @@ PostgresMain(int argc, char *argv[], const char 
*username)
        return 1;                                       /* keep compiler quiet 
*/
     }
     
    +static void
    +curl_finalize(int code, Datum arg __MAYBE_UNUSED)
    --- End diff --
    
    Make sure the initialization and finalization for libcurl context won't be 
called on standby and segment side. 
    The libcurl connection to RPS is triggered from master side .  


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