mirror of https://github.com/citusdata/citus.git
Fix comments of helper functions that set local config values (#4100)
parent
b7efb51e63
commit
5be8287989
|
@ -4421,9 +4421,9 @@ RebuildWaitEventSetFlags(WaitEventSet *waitEventSet, List *sessionList)
|
|||
|
||||
|
||||
/*
|
||||
* SetLocalForceMaxQueryParallelization simply a C interface for
|
||||
* setting the following:
|
||||
* SET LOCAL citus.multi_shard_modify_mode TO on;
|
||||
* SetLocalForceMaxQueryParallelization is simply a C interface for setting
|
||||
* the following:
|
||||
* SET LOCAL citus.force_max_query_parallelization TO on;
|
||||
*/
|
||||
void
|
||||
SetLocalForceMaxQueryParallelization(void)
|
||||
|
|
|
@ -794,8 +794,7 @@ ErrorIfTransactionAccessedPlacementsLocally(void)
|
|||
|
||||
|
||||
/*
|
||||
* DisableLocalExecution simply a C interface for
|
||||
* setting the following:
|
||||
* DisableLocalExecution is simply a C interface for setting the following:
|
||||
* SET LOCAL citus.enable_local_execution TO off;
|
||||
*/
|
||||
void
|
||||
|
|
|
@ -642,8 +642,8 @@ ExecutePlanIntoDestReceiver(PlannedStmt *queryPlan, ParamListInfo params,
|
|||
|
||||
|
||||
/*
|
||||
* SetLocalMultiShardModifyModeToSequential simply a C interface for
|
||||
* setting the following:
|
||||
* SetLocalMultiShardModifyModeToSequential is simply a C interface for setting
|
||||
* the following:
|
||||
* SET LOCAL citus.multi_shard_modify_mode = 'sequential';
|
||||
*/
|
||||
void
|
||||
|
|
Loading…
Reference in New Issue