On Tue, Nov 19, 2013 at 10:48 AM, Peter Eisentraut <pete...@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


-- 
Sent via pgsql-hackers mailing list (pgsql-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgsql-hackers

Reply via email to