Skip to content

Commit 89c07b1

Browse files
committed
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.
1 parent f5b78fa commit 89c07b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/regress/resultmap

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
float4/i.86-pc-mingw32=float4-exp-three-digits
2-
float8/i.86-.*-freebsd[234]=float8-small-is-zero
2+
float8/i.86-.*-freebsd=float8-small-is-zero
33
float8/i.86-.*-openbsd=float8-small-is-zero
44
float8/i.86-.*-netbsd=float8-small-is-zero
55
float8/m68k-.*-netbsd=float8-small-is-zero

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy