Github user paul-guo- commented on a diff in the pull request:
https://github.com/apache/incubator-hawq/pull/1078#discussion_r95314993
--- Diff: src/backend/utils/misc/guc.c ---
@@ -8200,7 +8200,7 @@ static struct config_string ConfigureNamesString[] =
NULL
},
&standby_addr_host,
- "localhost", NULL, NULL
+ "none", NULL, NULL
--- End diff --
Not sure whether I understand correctly, but could not we modify the code
like this?
"", NULL, NULL
if (standby_addr_host[0] == '\0')
---
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.
---