Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit89c07b1

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 rewriteinto C. While we could add char classes to pg_regress.c's code, it'snot really needed at the moment: thanks to Andrew's patch to makepg_regress always accept the 'standard' comparison file, we can justdrop the version check.
1 parentf5b78fa commit89c07b1

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)

[8]ページ先頭

©2009-2025 Movatter.jp