pgsql: Fix computation of PG_VERSION_NUM by configure: remove

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Fix computation of PG_VERSION_NUM by configure: remove
Date: 2007-06-29 16:18:43
Message-ID: 20070629161843.6B7B69FB787@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Fix computation of PG_VERSION_NUM by configure: remove unnecessary and
unportable backslashes in awk script (per Patrick Welche), and add
brackets to prevent autoconf from mangling sed's regexp (the sed call
here never did what was expected).

Modified Files:
--------------
pgsql:
configure.in (r1.515 -> r1.516)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/configure.in.diff?r1=1.515&r2=1.516)
configure (r1.548 -> r1.549)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/configure.diff?r1=1.548&r2=1.549)

Browse pgsql-committers by date

  From Date Subject
Next Message Tom Lane 2007-06-29 16:18:52 pgsql: Fix computation of PG_VERSION_NUM by configure: remove
Previous Message User Mkz 2007-06-29 15:55:34 pgbouncer - pgbouncer: connstr enhanchements * allow to specify hosts