pgsql: Tighten up Windows CRLF conversion in our TAP test scripts. - Mailing list pgsql-committers

From Tom Lane
Subject pgsql: Tighten up Windows CRLF conversion in our TAP test scripts.
Date
Msg-id E1jteGC-0007yT-Lf@gemulon.postgresql.org
Whole thread Raw
List pgsql-committers
Tighten up Windows CRLF conversion in our TAP test scripts.

Back-patch commits 91bdf499b and ffb4cee43, so that all branches
agree on when and how to do Windows CRLF conversion.

This should close the referenced thread.  Thanks to Andrew Dunstan
for discussion/review.

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

Branch
------
REL9_6_STABLE

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

Modified Files
--------------
src/bin/pg_rewind/t/RewindTest.pm |  2 +-
src/test/perl/PostgresNode.pm     | 13 ++++++++-----
src/test/perl/TestLib.pm          |  2 +-
3 files changed, 10 insertions(+), 7 deletions(-)


pgsql-committers by date:

Previous
From: Tom Lane
Date:
Subject: pgsql: Fix pg_current_logfile() to not emit a carriage return on Window
Next
From: Andrew Dunstan
Date:
Subject: Re: pgsql: Remove reset of testtablespace from pg_regress on Windows