1. 08 Dec, 2005 1 commit
    • Bruce Momjian's avatar
      Disble some Win32-specific code in win32-client-only builds: · 4ebd4224
      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
      4ebd4224
  2. 15 Oct, 2005 1 commit
  3. 13 Oct, 2005 1 commit
  4. 25 Aug, 2005 1 commit
  5. 24 Aug, 2005 1 commit
  6. 28 Jul, 2005 1 commit
    • Tom Lane's avatar
      Fix a whole bunch of #includes that were either wrong or redundant. · 06e1d626
      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.
      06e1d626
  7. 01 Jan, 2005 1 commit
  8. 28 Sep, 2004 1 commit
  9. 27 Sep, 2004 2 commits
  10. 29 Nov, 2003 1 commit
    • PostgreSQL Daemon's avatar
      · 969685ad
      PostgreSQL Daemon authored
      $Header: -> $PostgreSQL Changes ...
      969685ad
  11. 04 Aug, 2003 1 commit
  12. 23 Jul, 2003 1 commit
    • Tom Lane's avatar
      Have a go at fixing various outstanding portability issues in code that · df63503d
      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 ...
      df63503d
  13. 23 Jun, 2003 1 commit
  14. 14 Jun, 2003 1 commit
  15. 12 Jun, 2003 4 commits
  16. 27 Apr, 2003 1 commit
  17. 02 Apr, 2003 1 commit
  18. 29 Mar, 2003 1 commit