David Rowley <dgrowleyml(at)gmail(dot)com> writes:
> The attached patch fixes a couple of compiler warnings seen by the MSVC
> build.
Committed, thanks.
> I'm not quite sure why I get 2 warnings rather than 8, but the attached
> seems to make them go away, for what it's worth.
I think it's complaining about the 2 cases where rounding off to float4
would actually change the value compared to float8. The other 6 numbers
are exactly represented anyway.
regards, tom lane