Erik Nordström 645b530ed2 Convert inserted tuples to the chunk's rowtype
When routing inserted tuples to chunks, the rowtype of the chunk is
expected to match that of the root table. However, this is not always
the case if the root table has been modified, e.g., it had a column
removed. Newly created chunks will in that case have a different
rowtype and therefore tuples need to be converted to the chunk's
rowtype.
2017-08-22 22:01:10 +02:00
..