Tighten up Windows CRLF conversion in our TAP test scripts.
authorTom Lane
Thu, 9 Jul 2020 21:38:52 +0000 (17:38 -0400)
committerTom Lane
Thu, 9 Jul 2020 21:38:52 +0000 (17:38 -0400)
commit17b87b3049fa7e3ddc68bf9daaffa3b01d7b8be2
treea9323693c7684884ccba570fe7846c813b618958
parent601d419b2b5def62a1867169e67c7ef876f0b886
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
src/bin/pg_rewind/t/RewindTest.pm
src/test/perl/PostgresNode.pm
src/test/perl/TestLib.pm