| From: | Andrew Dunstan <andrew(at)dunslane(dot)net> |
|---|---|
| To: | pgsql-committers(at)postgresql(dot)org |
| Subject: | pgsql: Enable building with Visual Studion 2013. |
| Date: | 2014-01-26 14:49:32 |
| Message-ID: | E1W7R1g-0002Gq-Da@gemulon.postgresql.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | pgsql-committers |
Enable building with Visual Studion 2013.
Backpatch to 9.3.
Brar Piening.
Branch
------
master
Details
-------
http://git.postgresql.org/pg/commitdiff/cec8394b5ccd32259e446f963690dd4784646b4d
Modified Files
--------------
doc/src/sgml/install-windows.sgml | 16 +++++++-------
src/backend/utils/adt/float.c | 11 ++++++++++
src/bin/pg_ctl/pg_ctl.c | 42 +++++++++++++++++++++++++----------
src/include/pg_config.h.win32 | 5 ++++-
src/include/port/win32.h | 2 ++
src/tools/msvc/MSBuildProject.pm | 29 ++++++++++++++++++++++--
src/tools/msvc/Mkvcbuild.pm | 4 +++-
src/tools/msvc/Solution.pm | 44 +++++++++++++++++++++++++++++++++++++
src/tools/msvc/VSObjectFactory.pm | 12 ++++++++--
9 files changed, 140 insertions(+), 25 deletions(-)
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Andrew Dunstan | 2014-01-26 14:49:45 | pgsql: Enable building with Visual Studion 2013. |
| Previous Message | Stephen Frost | 2014-01-26 14:40:26 | pgsql: Use E, not e, for escaping in example docs |