pgsql: Fix computation of PG_VERSION_NUM by configure: remove

Started by Tom Laneabout 19 years ago1 messagescomitters
Jump to latest
#1Tom Lane
tgl@sss.pgh.pa.us

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)