pgsql: Further tighten Windows CRLF conversion in our TAP test scripts.

Поиск
Список
Период
Сортировка
От Tom Lane
Тема pgsql: Further tighten Windows CRLF conversion in our TAP test scripts.
Дата
Msg-id E1jtYc4-0005b7-Si@gemulon.postgresql.org
обсуждение исходный текст
Список pgsql-committers
Further tighten Windows CRLF conversion in our TAP test scripts.

Buildfarm results now imply that Perl's IPC::Run does CRLF conversion
for us if we're using native Perl, but not when using MSys Perl.
Restrict the conversions done by PostgresNode.pm to act only in the
latter case.  (Similar conversions done in TestLib.pm and RewindTest.pm
were already handled this way.)

Discussion: https://postgr.es/m/412ae8da-76bb-640f-039a-f3513499e53d@gmx.net

Branch
------
master

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

Modified Files
--------------
src/test/perl/PostgresNode.pm | 16 ++++++++++------
1 file changed, 10 insertions(+), 6 deletions(-)


В списке pgsql-committers по дате отправления:

Предыдущее
От: Peter Eisentraut
Дата:
Сообщение: pgsql: pg_dump: Further reorganize getTableAttrs()
Следующее
От: Tom Lane
Дата:
Сообщение: pgsql: Fix pg_current_logfile() to not emit a carriage return on Window