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:52
Message-ID: 20070629161852.BC3919FB787@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).

Tags:
----
REL8_2_STABLE

Modified Files:
--------------
pgsql:
configure.in (r1.490.2.6 -> r1.490.2.7)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/configure.in.diff?r1=1.490.2.6&r2=1.490.2.7)
configure (r1.523.2.6 -> r1.523.2.7)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/configure.diff?r1=1.523.2.6&r2=1.523.2.7)

Browse pgsql-committers by date

  From Date Subject
Next Message Alvaro Herrera 2007-06-29 17:07:40 pgsql: Arrange for SIGINT in autovacuum workers to cancel the current
Previous Message Tom Lane 2007-06-29 16:18:43 pgsql: Fix computation of PG_VERSION_NUM by configure: remove