mirror of
https://github.com/timescale/timescaledb.git
synced 2025-06-01 02:37:55 +08:00
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.
2 lines
89 B
Plaintext
2 lines
89 B
Plaintext
Fixes: #6717 Fix handling of compressed tables with primary or unique index in COPY path
|