mirror of https://github.com/citusdata/citus.git
guc
parent
ecbf368dc0
commit
723d80be82
|
@ -2353,8 +2353,8 @@ GetSetCommandListForNewConnections(void)
|
||||||
{
|
{
|
||||||
List *commandList = NIL;
|
List *commandList = NIL;
|
||||||
|
|
||||||
struct config_generic **guc_vars = get_guc_variables();
|
int gucCount = 0;
|
||||||
int gucCount = GetNumConfigOptions();
|
struct config_generic **guc_vars = guc_vars = get_guc_variables(&gucCount);
|
||||||
|
|
||||||
for (int gucIndex = 0; gucIndex < gucCount; gucIndex++)
|
for (int gucIndex = 0; gucIndex < gucCount; gucIndex++)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue