pgsql: Fix computation of PG_VERSION_NUM by configure: remove - Mailing list pgsql-committers

From tgl@postgresql.org (Tom Lane)
Subject pgsql: Fix computation of PG_VERSION_NUM by configure: remove
Date
Msg-id 20070629161852.BC3919FB787@postgresql.org
Whole thread Raw
List 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)

pgsql-committers by date:

Previous
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Fix computation of PG_VERSION_NUM by configure: remove
Next
From: alvherre@postgresql.org (Alvaro Herrera)
Date:
Subject: pgsql: Arrange for SIGINT in autovacuum workers to cancel the current