Change pg_regress.c back to using diff -w on Windows
authorAndrew Dunstan <andrew@dunslane.net>
Thu, 11 Jul 2024 13:34:27 +0000 (09:34 -0400)
committerAndrew Dunstan <andrew@dunslane.net>
Thu, 11 Jul 2024 13:34:27 +0000 (09:34 -0400)
commitc194de0713ebe71aaeeb5ebed4af2390cc1b521c
tree3da12cb11069ec5b88f13985d116d0b7887bd4ed
parent9e4664d950c125a1ff7bb29cd1593ca37f8b0c01
Change pg_regress.c back to using diff -w on Windows

This partially reverts commit 628c1d1f2c.

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.
src/test/regress/pg_regress.c