mirror of https://github.com/citusdata/citus.git
Placeholder commit for enabling columnar compile
parent
158b003366
commit
036a96ce68
|
@ -153,6 +153,7 @@ columnar_init_write_state(Relation relation, TupleDesc tupdesc,
|
||||||
hashEntry->writeStateStack = NULL;
|
hashEntry->writeStateStack = NULL;
|
||||||
hashEntry->dropped = false;
|
hashEntry->dropped = false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
Assert(!hashEntry->dropped);
|
Assert(!hashEntry->dropped);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue