timescaledb/.unreleased/bugfix_6024
Bharathy e66a40038e Fix server crash on UPDATE of compressed chunk
UPDATE query with system attributes in WHERE clause causes
server to crash. This patch fixes this issue by checking for
system attributes and handle cases only for segmentby attributes
in fill_predicate_context().

Fixes #6024
2023-09-04 09:23:26 +00:00

4 lines
119 B
Plaintext

Fixes: #6035 UPDATE on compressed chunk crashes server
Thanks: @alexanderlaw for reporting this issue on server crash