On Thu, Jun 14, 2007 at 08:17:05AM -0400, Andrew Dunstan wrote:
> Maybe it uses a different CVS or something. Who knows? Aren't our diffs 
> supposed to be done ignoring whitespace?

pg_init() in pg_regress_ecpg.c has:

        /* no reason to set -w for ecpg checks, except for when on windows */
        if (strstr(host_platform, "-win32"))
                basic_diff_opts = "-w";
        else
                basic_diff_opts = "";

What value does host_platform have on MinGW?


Joachim


---------------------------(end of broadcast)---------------------------
TIP 6: explain analyze is your friend

Reply via email to