mirror of https://github.com/citusdata/citus.git
single_shard_commit_protocol: GUC_NO_SHOW_ALL
parent
7fccb9d2aa
commit
f4ca02664a
|
@ -947,7 +947,7 @@ RegisterCitusConfigVariables(void)
|
||||||
COMMIT_PROTOCOL_2PC,
|
COMMIT_PROTOCOL_2PC,
|
||||||
shard_commit_protocol_options,
|
shard_commit_protocol_options,
|
||||||
PGC_USERSET,
|
PGC_USERSET,
|
||||||
0,
|
GUC_NO_SHOW_ALL,
|
||||||
NULL, NULL, NULL);
|
NULL, NULL, NULL);
|
||||||
|
|
||||||
DefineCustomEnumVariable(
|
DefineCustomEnumVariable(
|
||||||
|
|
Loading…
Reference in New Issue