psqlodbc - psqlodbc: At VC6, although there are winsock2.h and - Mailing list pgsql-committers

From h-saito@pgfoundry.org (User H-saito)
Subject psqlodbc - psqlodbc: At VC6, although there are winsock2.h and
Date
Msg-id 20060726191415.23F0A86C64A@pgfoundry.org
Whole thread Raw
List pgsql-committers
Log Message:
-----------
At VC6, although there are winsock2.h and ws2tcpip.h, there is neither
a definition of the addrinfo structure nor a definition of getaddrinfo()
and a freeaddrinfo() function.
It seems that a header and a library are insufficient somehow.

Modified Files:
--------------
    psqlodbc:
        socket.c (r1.43 -> r1.44)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/psqlodbc/psqlodbc/socket.c.diff?r1=1.43&r2=1.44)
        socket.h (r1.27 -> r1.28)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/psqlodbc/psqlodbc/socket.h.diff?r1=1.27&r2=1.28)
        psqlodbc.dsp (r1.5 -> r1.6)
        (http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/psqlodbc/psqlodbc/psqlodbc.dsp.diff?r1=1.5&r2=1.6)

pgsql-committers by date:

Previous
From: momjian@postgresql.org (Bruce Momjian)
Date:
Subject: pgsql: Reorder items: < o Allow point-in-time recovery to archive
Next
From: tgl@postgresql.org (Tom Lane)
Date:
Subject: pgsql: Code review for bigint-LIMIT patch.