projects
/
postgres-xl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2baaab1
)
Make sequence_range GUC to be part of COORDINATORS group.
author
Pavan Deolasee
<
[email protected]
>
Thu, 13 Aug 2015 04:39:26 +0000
(10:09 +0530)
committer
Pavan Deolasee
<
[email protected]
>
Thu, 13 Aug 2015 04:39:26 +0000
(10:09 +0530)
We were oddly tryin to add it to two groups, COORDINATORS and DATA_NODES which
clearly does not work.
src/backend/utils/misc/guc.c
patch
|
blob
|
blame
|
history
diff --git
a/src/backend/utils/misc/guc.c
b/src/backend/utils/misc/guc.c
index 09c844d1901e0f92ebd76eee7573c5f0957b04eb..93b64563a79b3fbb0d231f033d09549d5ac56b19 100644
(file)
--- 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,