Remove use of a regex character class in resultmap (for freebsd version
authorTom Lane <tgl@sss.pgh.pa.us>
Thu, 3 Aug 2006 17:04:00 +0000 (17:04 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Thu, 3 Aug 2006 17:04:00 +0000 (17:04 +0000)
commit89c07b18a6e6bda2508943a3a23569268892b430
tree0a96d540e51b67794bd504f9390ea1cce35f0eb8
parentf5b78fa51fa69d5fbf1282ed6e5374b83aabdabc
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.
src/test/regress/resultmap