pgsql: If the MSVCRT module is not found in the current binary, proceed - Mailing list pgsql-committers

From mha@postgresql.org (Magnus Hagander)
Subject pgsql: If the MSVCRT module is not found in the current binary, proceed
Date
Msg-id 20091227160139.5EE1D753FB7@cvs.postgresql.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
If the MSVCRT module is not found in the current binary, proceed to update
system and local environments anyway, instead of aborting. (This will
happen in a MSVC build with no or very few external libraries linked in)

Modified Files:
--------------
    pgsql/src/port:
        win32env.c (r1.3 -> r1.4)
        (http://anoncvs.postgresql.org/cvsweb.cgi/pgsql/src/port/win32env.c?r1=1.3&r2=1.4)

pgsql-committers by date:

Previous
From: momjian@postgresql.org (Bruce Momjian)
Date:
Subject: pgsql: Add backend and pg_dump code to allow preservation of pg_enum
Next
From: mha@postgresql.org (Magnus Hagander)
Date:
Subject: pgsql: Remove now unreferenced variable.