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

From: Andrew Dunstan <andrew(at)dunslane(dot)net>
To: pgsql-committers(at)lists(dot)postgresql(dot)org
Subject: pgsql: Change pg_regress.c back to using diff -w on Windows
Date: 2024-07-11 13:39:40
Message-ID: E1sRu1M-001Fax-C4@gemulon.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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(-)

Browse pgsql-committers by date

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