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

Commitc194de0

Browse files
committed
Change pg_regress.c back to using diff -w on Windows
This partially reverts commit628c1d1.It appears that there are non line-end differences in some regressiontests on Windows. To keep the buildfarm and CI clients happy, changethis back for now, pending further investigation.Per reports from Tatsuo Ishii and Nazir Bilal Yavuz.
1 parent9e4664d commitc194de0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

‎src/test/regress/pg_regress.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,8 @@ static char *shellprog = SHELLPROG;
6565
constchar*basic_diff_opts="";
6666
constchar*pretty_diff_opts="-U3";
6767
#else
68-
constchar*basic_diff_opts="--strip-trailing-cr";
69-
constchar*pretty_diff_opts="--strip-trailing-cr -U3";
68+
constchar*basic_diff_opts="-w";
69+
constchar*pretty_diff_opts="-w -U3";
7070
#endif
7171

7272
/*

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp