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

Appearance settings

Commit c194de0

Browse filesBrowse files
committed
Change pg_regress.c back to using diff -w on Windows
This partially reverts commit 628c1d1. It appears that there are non line-end differences in some regression tests on Windows. To keep the buildfarm and CI clients happy, change this back for now, pending further investigation. Per reports from Tatsuo Ishii and Nazir Bilal Yavuz.
1 parent 9e4664d commit c194de0
Copy full SHA for c194de0

File tree

Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+2
-2
lines changed

‎src/test/regress/pg_regress.c

Copy file name to clipboardExpand all lines: src/test/regress/pg_regress.c
+2-2Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,8 @@ static char *shellprog = SHELLPROG;
6565
const char *basic_diff_opts = "";
6666
const char *pretty_diff_opts = "-U3";
6767
#else
68-
const char *basic_diff_opts = "--strip-trailing-cr";
69-
const char *pretty_diff_opts = "--strip-trailing-cr -U3";
68+
const char *basic_diff_opts = "-w";
69+
const char *pretty_diff_opts = "-w -U3";
7070
#endif
7171

7272
/*

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.