Re: [PATCH] configure: allow adding a custom string to PG_VERSION - Mailing list pgsql-hackers

From Michael Paquier
Subject Re: [PATCH] configure: allow adding a custom string to PG_VERSION
Date
Msg-id CAB7nPqQp4yE=3NXL7Gd1YJb1dWjL9ffrmDQM76WO9yQmY-Cc2A@mail.gmail.com
Whole thread Raw
In response to Re: [PATCH] configure: allow adding a custom string to PG_VERSION  (Peter Eisentraut <peter_e@gmx.net>)
List pgsql-hackers
On Tue, Nov 19, 2013 at 10:48 AM, Peter Eisentraut <peter_e@gmx.net> wrote:
> I think this is a reasonable feature, and the implementation is OK, but
> I don't see why the format of the extra version information needs to be
> exactly
>
>     PG_VERSION="$PACKAGE_VERSION ($withval)"
>
> I'd imagine, for example, that someone will want to do -something or
> +something.  So I'd just make this
>
>     PG_VERSION="$PACKAGE_VERSION$withval"
>
> Comments?
It makes sense and brings more flexibility. So +1 for this modification.
-- 
Michael



pgsql-hackers by date:

Previous
From: Bruce Momjian
Date:
Subject: Re: Re: Suggestion: Issue warning when calling SET TRANSACTION outside transaction block
Next
From: David Johnston
Date:
Subject: Re: Suggestion: Issue warning when calling SET TRANSACTION outside transaction block