Zoltan Haindrich 975e9ca166 Fix segfault after column drop on compressed table
Decompression produces records which have all the decompressed data
set, but it also retains the fields which are used internally during
decompression.
These didn't cause any problem - unless an operation is being done
with the whole row - in which case all the fields which have ended up
being non-null can be a potential segfault source.

Fixes #5458 #5411
2023-04-06 08:49:54 +02:00
..
2023-03-20 14:43:05 -03:00
2022-01-24 14:12:56 +01:00
2022-01-24 14:12:56 +01:00
2020-05-18 20:16:03 -04:00
2022-10-17 21:43:44 +05:30
2023-01-26 20:11:21 +05:30
2022-10-17 21:43:44 +05:30
2022-10-17 21:43:44 +05:30
2022-12-06 12:07:49 +05:30
2023-03-02 13:20:08 +02:00