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

From momjian@postgresql.org (Bruce Momjian)
Subject pgsql: Add workaround so MSVC doesn't try to load strings.h, which it
Date
Msg-id 20060303213546.AAB9F9DC875@postgresql.org
Whole thread Raw
List 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)

pgsql-committers by date:

Previous
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Teach PQcmdTuples() that a COPY command tag might contain a row
Next
From: aparashar@pgfoundry.org (User Aparashar)
Date:
Subject: bizgres - bizgres: Improve tuplesort.c to support variable merge order.