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

Поиск
Список
Период
Сортировка
От Andrew Dunstan
Тема pgsql: Enable float8-byval as the default for 64 bit MSVC builds
Дата
Msg-id E1YemqY-0002vv-L4@gemulon.postgresql.org
обсуждение исходный текст
Список 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(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Simon Riggs
Дата:
Сообщение: pgsql: Reduce lock levels of some trigger DDL and add FKs
Следующее
От: Simon Riggs
Дата:
Сообщение: pgsql: Add new test files for lock level patch