summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPavan Deolasee2015-08-13 04:39:26 +0000
committerPavan Deolasee2015-08-13 04:39:26 +0000
commit9c0c3efa5af24557e7d815b7458555c3d210fc8f (patch)
tree971c44baa2dd38cdd814a933be8867690a785f7b
parent2baaab103d58c01714320507c21296be2c0cd1cc (diff)
Make sequence_range GUC to be part of COORDINATORS group.
We were oddly tryin to add it to two groups, COORDINATORS and DATA_NODES which clearly does not work.
-rw-r--r--src/backend/utils/misc/guc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/backend/utils/misc/guc.c b/src/backend/utils/misc/guc.c
index 09c844d190..93b64563a7 100644
--- a/src/backend/utils/misc/guc.c
+++ b/src/backend/utils/misc/guc.c
@@ -2846,7 +2846,7 @@ static struct config_int ConfigureNamesInt[] =
#ifdef PGXC
#ifdef XCP
{
- {"sequence_range", PGC_USERSET, COORDINATORS | DATA_NODES,
+ {"sequence_range", PGC_USERSET, COORDINATORS,
gettext_noop("The range of values to ask from GTM for sequences. "
"If CACHE parameter is set then that overrides this."),
NULL,