pgsql: Add workaround so MSVC doesn't try to load strings.h, which it

From: momjian(at)postgresql(dot)org (Bruce Momjian)
To: pgsql-committers(at)postgresql(dot)org
Subject: pgsql: Add workaround so MSVC doesn't try to load strings.h, which it
Date: 2006-03-03 21:35:46
Message-ID: 20060303213546.AAB9F9DC875@postgresql.org
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-committers

Log Message:
-----------
Add workaround so MSVC doesn't try to load strings.h, which it doesn't
have. This happens when MSVC uses pg_config.h generated by MinGW.

Per report from Charles F. I. Savage

Modified Files:
--------------
pgsql/src/include:
c.h (r1.196 -> r1.197)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/include/c.h.diff?r1=1.196&r2=1.197)

Browse pgsql-committers by date

  From Date Subject
Next Message User Aparashar 2006-03-03 21:51:59 bizgres - bizgres: Improve tuplesort.c to support variable merge order.
Previous Message Tom Lane 2006-03-03 20:57:32 pgsql: Teach PQcmdTuples() that a COPY command tag might contain a row