timescaledb/.unreleased/bugfix_6732
Jan Nidzwetzki c0a3369c96 Fix CAgg migration with custom settings
The CAgg migration path contained two bugs. This PR fixes both. A typo
in the column type prevented 'timestamp with time zone' buckets from
being handled properly. In addition, a custom setting of the datestyle
could create errors during the parsing of the generated timestamp
values.

Fixes: #5359
2024-03-05 14:20:08 +01:00

3 lines
165 B
Plaintext

Fixes: #6732 Fix CAgg migration with custom timezone / date format settings
Thanks: @hongquan For reporting a 'timestamp out of range' error during CAgg migrations