pgsql: Change pg_regress.c back to using diff -w on Windows - Mailing list pgsql-committers

From Andrew Dunstan
Subject pgsql: Change pg_regress.c back to using diff -w on Windows
Date
Msg-id E1sRu1M-001Fax-C4@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
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.

Branch
------
master

Details
-------
https://git.postgresql.org/pg/commitdiff/c194de0713ebe71aaeeb5ebed4af2390cc1b521c

Modified Files
--------------
src/test/regress/pg_regress.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)


pgsql-committers by date:

Previous
From: Amul Sul
Date:
Subject: Re: pgsql: Avoid crashing when a JIT-inlined backend function throws an err
Next
From: Masahiko Sawada
Date:
Subject: pgsql: Fix possibility of logical decoding partial transaction changes.