Large numbers become invalid strings after formatting
milieu opened this issue · 2 comments
milieu commented
- autovacuum_freeze_max_age: 500000000
+ autovacuum_freeze_max_age: 5e+08
The formatter introduced this diff and caused this Amazon Cloudformation error: DBParameterGroup invalid parameter value: 5.0E8
stilvoid commented
Thanks for raising this. Looks like the json unmarshaler is using an innapropriate type for numbers. I'll look into this today.
stilvoid commented
Fixed in v1.1.1