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

Поиск
Список
Период
Сортировка
От Andrew Dunstan
Тема pgsql: Change pg_regress.c back to using diff -w on Windows
Дата
Msg-id E1sRu1M-001Fax-C4@gemulon.postgresql.org
обсуждение исходный текст
Список 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 по дате отправления:

Предыдущее
От: Amul Sul
Дата:
Сообщение: Re: pgsql: Avoid crashing when a JIT-inlined backend function throws an err
Следующее
От: Masahiko Sawada
Дата:
Сообщение: pgsql: Fix possibility of logical decoding partial transaction changes.