pgsql: configure: Allow adding a custom string to PG_VERSION - Mailing list pgsql-committers

From Peter Eisentraut
Subject pgsql: configure: Allow adding a custom string to PG_VERSION
Date
Msg-id E1VrJ18-000425-54@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
configure: Allow adding a custom string to PG_VERSION

This can be used to mark custom built binaries with an extra version
string such as a git describe identifier or distribution package release
version.

From: Oskari Saarenmaa <os@ohmu.fi>

Branch
------
master

Details
-------
http://git.postgresql.org/pg/commitdiff/46328916eefc5f9eaf249518e96f68afcd35923b

Modified Files
--------------
configure                      |   39 +++++++++++++++++++++++++++++++++++----
configure.in                   |    8 ++++++--
doc/src/sgml/installation.sgml |   13 +++++++++++++
3 files changed, 54 insertions(+), 6 deletions(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Fix ancient docs/comments thinko: XID comparison is mod 2^32, no
Next
From: Heikki Linnakangas
Date:
Subject: pgsql: Fix WAL-logging of setting the visibility map bit.