Thread: pgsql: Enable float8-byval as the default for 64 bit MSVC builds

pgsql: Enable float8-byval as the default for 64 bit MSVC builds

From
Andrew Dunstan
Date:
Enable float8-byval as the default for 64 bit MSVC builds

This is a long-standing inconsistency that was probably just missed when
we got 64 bit MSVC builds. This brings the platform into line with all
other systems.

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/cf376a4adc0805b0960a5f8e8325fae7d4456926

Modified Files
--------------
src/tools/msvc/Solution.pm       |    9 +++++++--
src/tools/msvc/config_default.pl |    5 ++++-
2 files changed, 11 insertions(+), 3 deletions(-)