Github user wcl14 commented on a diff in the pull request:
https://github.com/apache/incubator-hawq/pull/1088#discussion_r96180237
--- Diff: src/backend/libpq/rangerrest.c ---
@@ -366,7 +365,7 @@ static size_t write_callback(char *contents, size_t
size, size_t nitems,
if (curl->response.buffer == NULL)
{
/* out of memory! */
- elog(WARNING, "not enough memory for Ranger response");
+ elog(WARNING, "cannot allocate memory for ranger response");
--- End diff --
So should the comment be consistent with the code?
---
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.
---