Thread: pgsql: configure: Allow adding a custom string to PG_VERSION

pgsql: configure: Allow adding a custom string to PG_VERSION

From
Peter Eisentraut
Date:
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(-)