pgsql: Use diff's --strip-trailing-cr flag where appropriate on Windows

2024-07-10 Thread Andrew Dunstan
Use diff's --strip-trailing-cr flag where appropriate on Windows Test result files might be checked out using Unix or Windows style line endings, depening on git flags, so on Windows we use the --strip-trailing-cr flag to tell diff to ignore line endings differences. The flag is added to the diff

pgsql: Use diff's --strip-trailing-cr flag where appropriate on Windows

2024-07-10 Thread Andrew Dunstan
Use diff's --strip-trailing-cr flag where appropriate on Windows Test result files might be checked out using Unix or Windows style line endings, depening on git flags, so on Windows we use the --strip-trailing-cr flag to tell diff to ignore line endings differences. The flag is added to the diff