Remove use of a regex character class in resultmap (for freebsd version

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

Commit: 89c07b18a6e6bda2508943a3a23569268892b430
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2006-08-03T17:04:00Z
Releases: 8.2.0
Remove use of a regex character class in resultmap (for freebsd version
check).  This isn't supported by pg_regress since the recent rewrite
into C.  While we could add char classes to pg_regress.c's code, it's
not really needed at the moment: thanks to Andrew's patch to make
pg_regress always accept the 'standard' comparison file, we can just
drop the version check.

Files

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