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

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Enable float8-byval as the default for 64 bit MSVC builds
Date: 2015-04-05 15:52:26
Message-ID: E1YemqY-0002vv-L4@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Simon Riggs 2015-04-05 16:04:23 pgsql: Add new test files for lock level patch
Previous Message Simon Riggs 2015-04-05 15:46:29 pgsql: Reduce lock levels of some trigger DDL and add FKs