Github user linwen commented on a diff in the pull request:
https://github.com/apache/incubator-hawq/pull/1079#discussion_r95513132
--- Diff: src/backend/tcop/postgres.c ---
@@ -5351,7 +5352,7 @@ curl_finalize(int code, Datum arg
__attribute__((unused)))
/* we're done with libcurl, so clean it up */
curl_global_cleanup();
curl_context.hasInited = false;
- elog(LOG, "finalize the global struct for curl handle
context.");
+ elog(DEBUG3, "finalize the global struct for curl handle
context.");
--- End diff --
This line for finalize should correspond to line:4649, "finalize the
global curl context for privileges check." So that initialize and finalize
appear in pair.
---
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.
---