- 08 Dec, 2005 1 commit
-
-
Bruce Momjian authored
I have the problem, when building by MS-VC6. An error occurs in the 8.1.0 present source codes. nmake -f win32.mak ..\..\port\getaddrinfo.c(244) : error C2065: 'WSA_NOT_ENOUGH_MEMORY' ..\..\port\getaddrinfo.c(342) : error C2065: 'WSATYPE_NOT_FOUND' This is used by winsock2.h. However, Construction of a windows base is winsock.h. Then, Since MinGW has special environment, this is right. but, it is not found in VC6. Furthermore, in getaddrinfo.c, IPV6-API is used by LoadLibraryA("ws2_32"); Referring to of dll the external memory generates this violation by VC6 specification. I considered whether the whole should have been converted into winsock2. However, Now, DLL of MinGW creation operates wonderfully as it is. That's right, it has pliability by replacement of simple DLL. Then, I propose the system using winsock(non IPV6) in construction of VC6. Hiroshi Saito
-
- 15 Oct, 2005 1 commit
-
-
Bruce Momjian authored
-
- 13 Oct, 2005 1 commit
-
-
Bruce Momjian authored
-
- 25 Aug, 2005 1 commit
-
-
Tom Lane authored
cover more error codes. Per Petr Jelinek.
-
- 24 Aug, 2005 1 commit
-
-
Tom Lane authored
has to be tested dynamically if we want to make portable executables. Chuck McDevitt and Andrew Dunstan.
-
- 28 Jul, 2005 1 commit
-
-
Tom Lane authored
The first rule of portability for us is 'thou shalt have no other gods before c.h', and a whole lot of these files were either not including c.h at all, or including random system headers beforehand, either of which sins can mess up largefile support nicely. Once you have included c.h, there is no need to re-include what it includes, either.
-
- 01 Jan, 2005 1 commit
-
-
Tom Lane authored
should have been caught by the src/tools/copyright script ... why weren't they?
-
- 28 Sep, 2004 1 commit
-
-
Bruce Momjian authored
structures plus pointers used by the structure.
-
- 27 Sep, 2004 2 commits
-
-
Bruce Momjian authored
This greatly helps threaded libpq programs.
-
Bruce Momjian authored
+ #if defined(_MSC_VER) || defined(__BORLANDC__) + #define WIN32_CLIENT_ONLY + #endif
-
- 29 Nov, 2003 1 commit
-
-
PostgreSQL Daemon authored
$Header: -> $PostgreSQL Changes ...
-
- 04 Aug, 2003 1 commit
-
-
Bruce Momjian authored
-
- 23 Jul, 2003 1 commit
-
-
Tom Lane authored
was modified for IPv6. Use a robust definition of struct sockaddr_storage, do a proper configure test to see if ss_len exists, don't assume that getnameinfo() will handle AF_UNIX sockets, don't trust getaddrinfo to return the protocol we ask for, etc. This incorporates several outstanding patches from Kurt Roeckx, but I'm to blame for anything that doesn't work ...
-
- 23 Jun, 2003 1 commit
-
-
Bruce Momjian authored
it. Also handle __ss_family as a synonym for ss_family. Kurt Roeckx
-
- 14 Jun, 2003 1 commit
-
-
Bruce Momjian authored
-
- 12 Jun, 2003 4 commits
-
-
Bruce Momjian authored
Compiles on BCC 5.5 and VC++ 6.0 (with warnings). Karl Waclawek
-
Bruce Momjian authored
-
Bruce Momjian authored
Also quickly added mention that it may be a qualified schema name. Rod Taylor
-
Bruce Momjian authored
Kurt Roeckx Andrew Dunstan
-
- 27 Apr, 2003 1 commit
-
-
Tom Lane authored
Linux man page for it. This error was preventing CVS tip from accepting remote connections.
-
- 02 Apr, 2003 1 commit
-
-
Tom Lane authored
machines without IPv6. Or at least it works on HPUX 10.20 ...
-
- 29 Mar, 2003 1 commit
-
-
Peter Eisentraut authored
function if the OS doesn't provide one.
-