1
0
mirror of https://github.com/timescale/timescaledb.git synced 2025-06-01 02:37:55 +08:00
Jan Nidzwetzki c288efaa57 Fix handling of compressed tables in COPY path
The dispatch_state of ChunkDispatch was not set in the COPY path (see
the definition of ChunkDispatch). However, it was accessed to count the
number of decompressed tuples. This PR creates the needed state and
introduces a missing check for the amount of decompressed tuples.
2024-03-01 10:18:36 +01:00

2 lines
89 B
Plaintext

Fixes: #6717 Fix handling of compressed tables with primary or unique index in COPY path