psqlodbc - psqlodbc: Change the Windows makefile so that the /DELAYLOAD - Mailing list pgsql-committers

From hinoue@pgfoundry.org (User Hinoue)
Subject psqlodbc - psqlodbc: Change the Windows makefile so that the /DELAYLOAD
Date
Msg-id 20060203131652.1F8D61033BA3@pgfoundry.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
Change the Windows makefile so that the /DELAYLOAD linker option works.
Also remove no longer needed enum definition in connection.c.

Tags:
----
REL-07_03_ENHANCED

Modified Files:
--------------
    psqlodbc:
        win32_30w.mak (r1.7.2.6 -> r1.7.2.7)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/psqlodbc/psqlodbc/win32_30w.mak.diff?r1=1.7.2.6&r2=1.7.2.7)
        connection.c (r1.87.2.5 -> r1.87.2.6)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/psqlodbc/psqlodbc/connection.c.diff?r1=1.87.2.5&r2=1.87.2.6)

pgsql-committers by date:

Previous
From: momjian@postgresql.org (Bruce Momjian)
Date:
Subject: pgsql: Update random() usage so ranges are inclusive/exclusive as
Next
From: momjian@postgresql.org (Bruce Momjian)
Date:
Subject: pgsql: Allow MEMSET_LOOP_LIMIT to be set on a per-platform basis, and