mirror of
https://github.com/postgres/postgres.git
synced 2026-06-09 08:42:38 -04:00
Use diff --strip-trailing-cr in pg_regress.c
This was reverted in commit c194de0713. However with a correct
collate.windows.win1252.out we can now re-enable it.
Discussion: https://postgr.es/m/CAN55FZ1objLz3Vn5Afu4ojNESMQpxjxKcp2q18yrKF4eKMLENg@mail.gmail.com
This commit is contained in:
parent
74e12db19c
commit
291c420747
2 changed files with 99 additions and 99 deletions
|
|
@ -65,8 +65,8 @@ static char *shellprog = SHELLPROG;
|
||||||
const char *basic_diff_opts = "";
|
const char *basic_diff_opts = "";
|
||||||
const char *pretty_diff_opts = "-U3";
|
const char *pretty_diff_opts = "-U3";
|
||||||
#else
|
#else
|
||||||
const char *basic_diff_opts = "-w";
|
const char *basic_diff_opts = "--strip-trailing-cr";
|
||||||
const char *pretty_diff_opts = "-w -U3";
|
const char *pretty_diff_opts = "--strip-trailing-cr -U3";
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/*
|
/*
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue