mirror of https://github.com/citusdata/citus.git
error
parent
0dca65c84d
commit
866b341037
|
@ -2860,6 +2860,7 @@ TargetShardIntervalForFastPathQuery(Query *query, bool *isMultiShardQuery,
|
||||||
/* we're only expecting single shard from a single table */
|
/* we're only expecting single shard from a single table */
|
||||||
if (list_length(prunedShardIntervalList) > 1)
|
if (list_length(prunedShardIntervalList) > 1)
|
||||||
{
|
{
|
||||||
|
elog(ERROR,"error prunedShardIntervalList");
|
||||||
*isMultiShardQuery = true;
|
*isMultiShardQuery = true;
|
||||||
}
|
}
|
||||||
else if (list_length(prunedShardIntervalList) == 1 &&
|
else if (list_length(prunedShardIntervalList) == 1 &&
|
||||||
|
|
Loading…
Reference in New Issue