mirror of https://github.com/citusdata/citus.git
Add fast path debug message for inserts
parent
5eaf6c221e
commit
dc0491c689
|
@ -1673,6 +1673,8 @@ RouterInsertJob(Query *originalQuery)
|
|||
Job *job = CreateJob(originalQuery);
|
||||
job->requiresCoordinatorEvaluation = RequiresCoordinatorEvaluation(originalQuery);
|
||||
job->deferredPruning = true;
|
||||
ereport(DEBUG2, (errmsg("Deferred pruning for a fast-path router "
|
||||
"query")));
|
||||
job->partitionKeyValue = ExtractInsertPartitionKeyValue(originalQuery);
|
||||
|
||||
return job;
|
||||
|
|
Loading…
Reference in New Issue