diff options
author | Pavan Deolasee | 2017-04-25 08:05:07 +0000 |
---|---|---|
committer | Pavan Deolasee | 2017-05-05 04:59:34 +0000 |
commit | fd05beb889e2121bd9ce6814b4690dcf9c69ecce (patch) | |
tree | 93c795204799a196029935dd6c367542e72f243b | |
parent | 6c95e960d2a55bbf61bc4066c4ffc60abc2aab50 (diff) |
Fix a typo in gtmPxyExtraConfig default value
-rw-r--r-- | contrib/pgxc_ctl/pgxc_ctl_conf_part_empty | 2 | ||||
-rw-r--r-- | contrib/pgxc_ctl/pgxc_ctl_conf_part_minimal | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/contrib/pgxc_ctl/pgxc_ctl_conf_part_empty b/contrib/pgxc_ctl/pgxc_ctl_conf_part_empty index dcc9ccb6be..4cce952c22 100644 --- a/contrib/pgxc_ctl/pgxc_ctl_conf_part_empty +++ b/contrib/pgxc_ctl/pgxc_ctl_conf_part_empty @@ -131,7 +131,7 @@ gtmProxyPorts=() # Not used if it is not configured. gtmProxyDirs=() # Not used if it is not configured. #---- Configuration ---- -gtmPxyExtraConfig=n # Extra configuration parameter for gtm_proxy. Coordinator section has an example. +gtmPxyExtraConfig=none # Extra configuration parameter for gtm_proxy. Coordinator section has an example. #---- Coordinators ---------------------------------------------------------------------------------------------------- diff --git a/contrib/pgxc_ctl/pgxc_ctl_conf_part_minimal b/contrib/pgxc_ctl/pgxc_ctl_conf_part_minimal index 17431b3660..cfd7d28d64 100644 --- a/contrib/pgxc_ctl/pgxc_ctl_conf_part_minimal +++ b/contrib/pgxc_ctl/pgxc_ctl_conf_part_minimal @@ -131,7 +131,7 @@ gtmProxyPorts=(20101) # Not used if it is not configured. gtmProxyDirs=($gtmProxyDir.1) # Not used if it is not configured. #---- Configuration ---- -gtmPxyExtraConfig=n # Extra configuration parameter for gtm_proxy. Coordinator section has an example. +gtmPxyExtraConfig=none # Extra configuration parameter for gtm_proxy. Coordinator section has an example. #---- Coordinators ---------------------------------------------------------------------------------------------------- |