Simplify newline handling in libpq TAP test CRLF translation is already handled by the text mode, so there should be no need for any specific logic. See also 1c6d4629394d, msys perl being one case where the translation mattered.
Note: An equivalent has been first applied on HEAD with 8767b449a3a1. The same change is backpatched to v18 as all the Windows buildfarm members have reported green. Author: Jacob Champion <[email protected]> Co-authored-by: Michael Paquier <[email protected]> Reviewed-by: Daniel Gustafsson <[email protected]> Discussion: https://postgr.es/m/[email protected] Backpatch-through: 18 Branch ------ REL_18_STABLE Details ------- https://git.postgresql.org/pg/commitdiff/a92bbffbc3a7157b0998f0423cf2304c81626822 Modified Files -------------- src/interfaces/libpq/t/006_service.pl | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-)
