pgsql: Properly identify mingw as a win32 platform needing different

From: mha(at)postgresql(dot)org (Magnus Hagander)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Properly identify mingw as a win32 platform needing different
Date: 2007-06-14 13:10:11
Message-ID: 20070614131011.D113B9FBDE0@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Properly identify mingw as a win32 platform needing different diff
options to deal with strange line endings.

Modified Files:
--------------
pgsql/src/interfaces/ecpg/test:
pg_regress_ecpg.c (r1.1 -> r1.2)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/interfaces/ecpg/test/pg_regress_ecpg.c.diff?r1=1.1&r2=1.2)

Browse pgsql-committers by date

  From Date Subject
Next Message Magnus Hagander 2007-06-14 13:15:58 pgsql: Add resultmap entries for mingw - same as for msvc
Previous Message Andrew Dunstan 2007-06-14 01:50:35 pgsql: Implement a chunking protocol for writes to the syslogger pipe,