pgsql: Use diff's -w switch only on Windows, to avoid problems with - Mailing list pgsql-committers

From tgl@postgresql.org (Tom Lane)
Subject pgsql: Use diff's -w switch only on Windows, to avoid problems with
Date
Msg-id 20091123160224.34392753FB7@cvs.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Use diff's -w switch only on Windows, to avoid problems with inconsistent
newline representations.  Per buildfarm results and subsequent discussion.
Sync up a couple of other places that had their own policies.

Modified Files:
--------------
    pgsql/src/interfaces/ecpg/test:
        pg_regress_ecpg.c (r1.5 -> r1.6)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/ecpg/test/pg_regress_ecpg.c?r1=1.5&r2=1.6)
    pgsql/src/test/mb:
        mbregress.sh (r1.10 -> r1.11)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/test/mb/mbregress.sh?r1=1.10&r2=1.11)
    pgsql/src/test/regress:
        pg_regress.c (r1.66 -> r1.67)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/test/regress/pg_regress.c?r1=1.66&r2=1.67)

pgsql-committers by date:

Previous
From: h-saito@pgfoundry.org (User H-saito)
Date:
Subject: psqlodbc - psqlodbc: build easy by the addition of an option.
Next
From: okbob@pgfoundry.org (User Okbob)
Date:
Subject: orafce - orafce: lock aggregates on 8.3 and older - security reasons