pgsql: Tighten up Windows CRLF conversion in our TAP test scripts.

2020-07-09 Thread Tom Lane
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.e

pgsql: Tighten up Windows CRLF conversion in our TAP test scripts.

2020-07-09 Thread Tom Lane
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.e

pgsql: Tighten up Windows CRLF conversion in our TAP test scripts.

2020-07-09 Thread Tom Lane
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.e

pgsql: Tighten up Windows CRLF conversion in our TAP test scripts.

2020-07-09 Thread Tom Lane
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.e

pgsql: Tighten up Windows CRLF conversion in our TAP test scripts.

2020-07-09 Thread Tom Lane
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.e

pgsql: Tighten up Windows CRLF conversion in our TAP test scripts.

2020-07-09 Thread Tom Lane
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.e

pgsql: Tighten up Windows CRLF conversion in our TAP test scripts.

2020-07-08 Thread Tom Lane
Tighten up Windows CRLF conversion in our TAP test scripts. The previous approach was to search-and-destroy all \r occurrences no matter what. That seems more likely to hide bugs than anything else; indeed it seems to be hiding one now. Fix things so that we only transform \r\n to \n. Side effe