mirror of https://github.com/citusdata/citus.git
fixup
parent
12daf4c317
commit
9f9bb64c4c
|
@ -147,7 +147,7 @@ cstore_beginscan(Relation relation, Snapshot snapshot,
|
||||||
Index varlevelsup = 0;
|
Index varlevelsup = 0;
|
||||||
Var *var;
|
Var *var;
|
||||||
|
|
||||||
if (!tupdesc->attrs[i].attisdropped)
|
if (tupdesc->attrs[i].attisdropped)
|
||||||
{
|
{
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue