diff options
author | Tom Lane <tgl@sss.pgh.pa.us> | 2003-06-13 02:21:03 +0000 |
---|---|---|
committer | Tom Lane <tgl@sss.pgh.pa.us> | 2003-06-13 02:21:03 +0000 |
commit | a2d08b99c2a2d5fff3e883098588fb2fe2d664dc (patch) | |
tree | f861678a5f3c4bedf04c98802fd2c15fdc7e9c64 /src | |
parent | bee114c38bb7f9971a5c36105a0c459fec279080 (diff) | |
download | postgresql-a2d08b99c2a2d5fff3e883098588fb2fe2d664dc.tar.gz postgresql-a2d08b99c2a2d5fff3e883098588fb2fe2d664dc.zip |
Okay, recognize freebsd 2.* and 3.* too.
Diffstat (limited to 'src')
-rw-r--r-- | src/test/regress/resultmap | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/regress/resultmap b/src/test/regress/resultmap index 147ee8df764..c2998e788a9 100644 --- a/src/test/regress/resultmap +++ b/src/test/regress/resultmap @@ -7,7 +7,7 @@ abstime/sparc-sun-solaris=abstime-solaris-1947 abstime/.*-sco=abstime-solaris-1947 abstime/.*-sysv5=abstime-solaris-1947 float4/.*-qnx=float4-exp-three-digits -float8/i.86-.*-freebsd4=float8-small-is-zero +float8/i.86-.*-freebsd[234]=float8-small-is-zero float8/i.86-.*-openbsd=float8-small-is-zero float8/i.86-.*-netbsd=float8-small-is-zero float8/.*-qnx=float8-exp-three-digits |