aboutsummaryrefslogtreecommitdiff
path: root/contrib/postgres_fdw/postgres_fdw.h
diff options
context:
space:
mode:
authorMichael Paquier <michael@paquier.xyz>2021-09-22 08:43:10 +0900
committerMichael Paquier <michael@paquier.xyz>2021-09-22 08:43:10 +0900
commit583e15af9976f8905e2b27f985d619e758270e16 (patch)
tree6c6799f1932645d2ac75d03b394f6407477978c8 /contrib/postgres_fdw/postgres_fdw.h
parent5f0a073cbbf8bdc276e570ffa006e762fc815e44 (diff)
downloadpostgresql-583e15af9976f8905e2b27f985d619e758270e16.tar.gz
postgresql-583e15af9976f8905e2b27f985d619e758270e16.zip
Fix places in TestLib.pm in need of adaptation to the output of Msys perl
Contrary to the output of native perl, Msys perl generates outputs with CRLFs characters. There are already places in the TAP code where CRLFs (\r\n) are automatically converted to LF (\n) on Msys, but we missed a couple of places when running commands and using their output for comparison, that would lead to failures. This problem has been found thanks to the test added in 5adb067 using TestLib::command_checks_all(), but after a closer look more code paths were missing a filter. This is backpatched all the way down to prevent any surprises if a new test is introduced in stable branches. Reviewed-by: Andrew Dunstan, Álvaro Herrera Discussion: https://postgr.es/m/1252480.1631829409@sss.pgh.pa.us Backpatch-through: 9.6
Diffstat (limited to 'contrib/postgres_fdw/postgres_fdw.h')
0 files changed, 0 insertions, 0 deletions