timescaledb/.unreleased/bugfix_6729
Jan Nidzwetzki 2858110f05 Fix NULL start value handling in CAgg refresh
The CAgg refresh job did not handle the NULL value of start_offset for a
time_bucket function with a variable width properly. This problem has
led to the creation of invalid invalidation records and 'timestamp out
of range' errors during the next refresh.

Fixes: #5474
2024-03-05 08:33:24 +01:00

2 lines
59 B
Plaintext

Fixes: #6729 Fix NULL start value handling in CAgg refresh