Github user radarwave commented on a diff in the pull request:
https://github.com/apache/incubator-hawq/pull/1078#discussion_r95525426
--- 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 --
Yeah, it's not so good to use 'none' to indicate there is no standby. But I
don't think use '' or ' ' or ' ' are good too. Still let user
feel confusion. Maybe we can add a new guc to indicate if we have a standby
master defined, the value can be yes/no.
Better to start a new Jira to talk about this.
---
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.
---