Tighten up Windows CRLF conversion in our TAP test scripts.

Tom Lane <tgl@sss.pgh.pa.us>

Commit: d0390509a1823d5cb29ae3ed7cbbedf8684d3d6c
Author: Tom Lane <tgl@sss.pgh.pa.us>
Date: 2020-07-09T21:38:52Z
Releases: 9.5.23
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

Files

PathChange+/−
src/bin/pg_rewind/t/RewindTest.pm modified +3 −3
src/test/perl/PostgresNode.pm modified +8 −5
src/test/perl/TestLib.pm modified +2 −2

Discussion