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

Поиск
Список
Период
Сортировка
От Magnus Hagander
Тема pgsql: Support --with-extra-version equivalent functionality in MSVC bu
Дата
Msg-id E1X61GZ-0001SU-ER@gemulon.postgresql.org
обсуждение исходный текст
Список 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(-)


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

Предыдущее
От: Andres Freund
Дата:
Сообщение: pgsql: Minimal psql tab completion support for SET search_path.
Следующее
От: Fujii Masao
Дата:
Сообщение: pgsql: Remove incorrect comment from postgres_fdw.c.