Forgot that expr assumes regexp is anchored-left; therefore need .*

Tom Lane <tgl@sss.pgh.pa.us>

Commit: a39c6ab4cbdb53eec5296dcb0c8cbb88b2ead005
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2000-01-25T01:59:27Z
Releases: 7.1.1
Forgot that expr assumes regexp is anchored-left; therefore need .*
in front of any platform name pattern that's not supposed to match
beginning at the start of the machine type name...

Files

PathChange+/−
src/test/regress/resultmap modified +3 −3