Fix comments of helper functions that set local config values (#4100)

pull/3819/head
Hanefi Onaldi 2020-08-07 11:20:38 +03:00 committed by GitHub
parent b7efb51e63
commit 5be8287989
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 6 additions and 7 deletions

View File

@ -4421,9 +4421,9 @@ RebuildWaitEventSetFlags(WaitEventSet *waitEventSet, List *sessionList)
/* /*
* SetLocalForceMaxQueryParallelization simply a C interface for * SetLocalForceMaxQueryParallelization is simply a C interface for setting
* setting the following: * the following:
* SET LOCAL citus.multi_shard_modify_mode TO on; * SET LOCAL citus.force_max_query_parallelization TO on;
*/ */
void void
SetLocalForceMaxQueryParallelization(void) SetLocalForceMaxQueryParallelization(void)

View File

@ -794,8 +794,7 @@ ErrorIfTransactionAccessedPlacementsLocally(void)
/* /*
* DisableLocalExecution simply a C interface for * DisableLocalExecution is simply a C interface for setting the following:
* setting the following:
* SET LOCAL citus.enable_local_execution TO off; * SET LOCAL citus.enable_local_execution TO off;
*/ */
void void

View File

@ -642,8 +642,8 @@ ExecutePlanIntoDestReceiver(PlannedStmt *queryPlan, ParamListInfo params,
/* /*
* SetLocalMultiShardModifyModeToSequential simply a C interface for * SetLocalMultiShardModifyModeToSequential is simply a C interface for setting
* setting the following: * the following:
* SET LOCAL citus.multi_shard_modify_mode = 'sequential'; * SET LOCAL citus.multi_shard_modify_mode = 'sequential';
*/ */
void void