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

Commitb818088

Browse files
committed
In new pg_dump TAP tests, remove trailing "$" from regexps using /m.
It emerges that some Perl versions before 5.8.9 have a bug with regexpsthat use the /m flag and contain "$". This is the reason why jacanais still failing on HEAD, and I was able to duplicate the failure onprairiedog's host. There's no real need for "$" in these patterns,since they are already matching through the statement-terminatingsemicolons (or matching an explicit \n in some cases). So justremove it.Note: the reason jacana hasn't actually reported any failures in thelast little while is that the way the pg_dump TAP tests are set up, anyfailure of this sort results in echoing the entire pg_dump dump outputto stderr. Since there were about a hundred such failures, that resultedin a 30MB log file which choked the buildfarm upload script. There isroom for improvement here :-(.Per off-list discussion with Andrew and Stephen.
1 parent691d99d commitb818088

File tree

1 file changed

+90
-90
lines changed

1 file changed

+90
-90
lines changed

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp