pgsql: Support --with-extra-version equivalent functionality in MSVC bu

From: Magnus Hagander <magnus(at)hagander(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Support --with-extra-version equivalent functionality in MSVC bu
Date: 2014-07-12 17:39:19
Message-ID: E1X61GZ-0001SU-ER@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Support --with-extra-version equivalent functionality in MSVC build

Adds a configuration parameter, extraver, that is appended to the
version number when built.

Michael Paquier, reviewed by Muhammad Asif Naeem

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/8d9a0e85bd6ab4fe5268a1d759a787f72ff9333e

Modified Files
--------------
src/tools/msvc/Solution.pm | 21 +++++++++++----------
src/tools/msvc/config_default.pl | 23 ++++++++++++-----------
2 files changed, 23 insertions(+), 21 deletions(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Fujii Masao 2014-07-14 10:45:43 pgsql: Remove incorrect comment from postgres_fdw.c.
Previous Message Andres Freund 2014-07-12 13:51:26 pgsql: Minimal psql tab completion support for SET search_path.