From: Pavan Deolasee Date: Tue, 25 Apr 2017 08:05:07 +0000 (+0530) Subject: Fix a typo in gtmPxyExtraConfig default value X-Git-Tag: XL_10_R1BETA1~312 X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=fd05beb889e2121bd9ce6814b4690dcf9c69ecce;p=postgres-xl.git Fix a typo in gtmPxyExtraConfig default value --- 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 ----------------------------------------------------------------------------------------------------