Unverified Commit d8075076 authored by Shubham Dhama's avatar Shubham Dhama Committed by GitHub
Browse files

Fix double precision out of range during COPY. (#281)

We have identified the root cause of the issue where double precision values were going out of range during the COPY operation. It turns out that we were missing the extra_float_digits GUC (grand unified configuration) while copying the float8 data. As a result, when extreme values like '1.7976931348623157E+308' were copied from the source, an overflow occurred.
parent dd1744fd
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment