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