pgsql: configure: Allow adding a custom string to PG_VERSION

From: Peter Eisentraut <peter_e(at)gmx(dot)net>
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: configure: Allow adding a custom string to PG_VERSION
Date: 2013-12-13 03:02:18
Message-ID: E1VrJ18-000425-54@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(at)ohmu(dot)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(-)

Browse pgsql-committers by date

  From Date Subject
Next Message Heikki Linnakangas 2013-12-13 12:23:55 pgsql: Fix WAL-logging of setting the visibility map bit.
Previous Message Alvaro Herrera 2013-12-13 01:22:49 Re: pgsql: Fix a couple of bugs in MultiXactId freezing