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

From: tgl(at)postgresql(dot)org (Tom Lane)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Use diff's -w switch only on Windows, to avoid problems with
Date: 2009-11-23 16:02:24
Message-ID: 20091123160224.34392753FB7@cvs.postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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)

Browse pgsql-committers by date

  From Date Subject
Next Message Andrew Dunstan 2009-11-23 17:44:02 Re: Re: [COMMITTERS] pgsql: Remove -w (--ignore-all-space) option from pg_regress's diff
Previous Message Tom Lane 2009-11-23 16:00:09 Re: Re: [COMMITTERS] pgsql: Remove -w (--ignore-all-space) option from pg_regress's diff