mirror of https://github.com/citusdata/citus.git
fix insert .. select pushdown
parent
c75950e24f
commit
90a4cf886d
|
@ -848,7 +848,7 @@ RouterModifyTaskForShardInterval(Query *originalQuery,
|
||||||
* Note that this is only the case with PG14 as the parameter doesn't exist
|
* Note that this is only the case with PG14 as the parameter doesn't exist
|
||||||
* prior to that.
|
* prior to that.
|
||||||
*/
|
*/
|
||||||
shardRestrictionList = make_simple_restrictinfo_compat(NULL,
|
shardRestrictionList = make_simple_restrictinfo_compat(restriction->plannerInfo,
|
||||||
(Expr *) shardOpExpressions);
|
(Expr *) shardOpExpressions);
|
||||||
extendedBaseRestrictInfo = lappend(extendedBaseRestrictInfo,
|
extendedBaseRestrictInfo = lappend(extendedBaseRestrictInfo,
|
||||||
shardRestrictionList);
|
shardRestrictionList);
|
||||||
|
|
Loading…
Reference in New Issue