| From: | h-saito(at)pgfoundry(dot)org (User H-saito) |
|---|---|
| To: | pgsql-committers(at)postgresql(dot)org |
| Subject: | psqlodbc - psqlodbc: At VC6, although there are winsock2.h and |
| Date: | 2006-07-26 19:14:15 |
| Message-ID: | 20060726191415.23F0A86C64A@pgfoundry.org |
| Views: | Whole Thread | Raw Message | Download mbox | Resend email |
| Thread: | |
| Lists: | 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)
| From | Date | Subject | |
|---|---|---|---|
| Next Message | Tom Lane | 2006-07-26 19:31:51 | pgsql: Code review for bigint-LIMIT patch. |
| Previous Message | Bruce Momjian | 2006-07-26 17:23:02 | pgsql: Reorder items: < o Allow point-in-time recovery to archive |